From d49fe039a7bc46ef26cadc009227e0964c5b7763 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 9 Jun 2013 04:44:52 +0000 Subject: [PATCH] Move includes/captcha to resources/captcha. --- {includes => resources}/captcha/config.php | 0 {includes => resources}/captcha/fonts/ROUGD.TTF | Bin {includes => resources}/captcha/fonts/Zebra.ttf | Bin {includes => resources}/captcha/fonts/hanshand.ttf | Bin {includes => resources}/captcha/img.php | 0 {includes => resources}/captcha/root.php | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {includes => resources}/captcha/config.php (100%) rename {includes => resources}/captcha/fonts/ROUGD.TTF (100%) rename {includes => resources}/captcha/fonts/Zebra.ttf (100%) rename {includes => resources}/captcha/fonts/hanshand.ttf (100%) rename {includes => resources}/captcha/img.php (100%) rename {includes => resources}/captcha/root.php (100%) diff --git a/includes/captcha/config.php b/resources/captcha/config.php similarity index 100% rename from includes/captcha/config.php rename to resources/captcha/config.php diff --git a/includes/captcha/fonts/ROUGD.TTF b/resources/captcha/fonts/ROUGD.TTF similarity index 100% rename from includes/captcha/fonts/ROUGD.TTF rename to resources/captcha/fonts/ROUGD.TTF diff --git a/includes/captcha/fonts/Zebra.ttf b/resources/captcha/fonts/Zebra.ttf similarity index 100% rename from includes/captcha/fonts/Zebra.ttf rename to resources/captcha/fonts/Zebra.ttf diff --git a/includes/captcha/fonts/hanshand.ttf b/resources/captcha/fonts/hanshand.ttf similarity index 100% rename from includes/captcha/fonts/hanshand.ttf rename to resources/captcha/fonts/hanshand.ttf diff --git a/includes/captcha/img.php b/resources/captcha/img.php similarity index 100% rename from includes/captcha/img.php rename to resources/captcha/img.php diff --git a/includes/captcha/root.php b/resources/captcha/root.php similarity index 100% rename from includes/captcha/root.php rename to resources/captcha/root.php