From 31759cb3b3090c1b9d68ac54f2d2622584003563 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Dec 2008 08:37:09 +0000 Subject: Delete trunk/kohana and trunk/modules/unit_test in preparation to refresh them properly from the vendor branch. --- kohana/config/captcha.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 kohana/config/captcha.php (limited to 'kohana/config/captcha.php') diff --git a/kohana/config/captcha.php b/kohana/config/captcha.php deleted file mode 100644 index a1d64c2e..00000000 --- a/kohana/config/captcha.php +++ /dev/null @@ -1,29 +0,0 @@ - 'basic', - 'width' => 150, - 'height' => 50, - 'complexity' => 4, - 'background' => '', - 'fontpath' => SYSPATH.'fonts/', - 'fonts' => array('DejaVuSerif.ttf'), - 'promote' => FALSE, -); \ No newline at end of file -- cgit v1.2.3