deleting old folder after move
[geo.git] / edit_wp5_web_folder / geo / curves / inc / security.inc.php
diff --git a/edit_wp5_web_folder/geo/curves/inc/security.inc.php b/edit_wp5_web_folder/geo/curves/inc/security.inc.php
deleted file mode 100644 (file)
index 83a8901..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php\r
-/**\r
- * Security Modules\r
- * Sanitizes SQL requests for injections and holds any block lists, etc. Voodoo. \r
- * Currently does no voodoo - add your own to suit your needs.\r
- *\r
- * @version    V1.0  15 October 2007\r
- * @author             Tobin Bradley\r
- * @license    http://opensource.org/licenses/gpl-license.php GNU Public License\r
- * @package    Security.inc\r
- */\r
-\r
-\r
-/**\r
- * Sanitize SQL\r
- * Sanitize SQL statements for ';--' etc.\r
- * @param              string  $sql    the SQL to be sanitized \r
- * @return             string                  cleaned sql string\r
- */\r
-function sanitizeSQL ($sql) {\r
-       return $sql;\r
-}\r
-\r
-/**\r
- * Block List\r
- * This is the area to do white or block lists for security, implement a keycode, and related crap.\r
- */\r
-\r
-?>
\ No newline at end of file