home · contact · privacy
Add captcha files support.
[redo-blog] / processor / captchas / default.do
diff --git a/processor/captchas/default.do b/processor/captchas/default.do
new file mode 100644 (file)
index 0000000..dc28477
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ ! -f "$1" ]; then
+  printf "apple\napple"
+fi