A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / gen_sql_patches.php
index ffbd0713a7f93ff5e6608f2d05ee4fbb0e70fb37..ba56d1388191b5b8f34b04b107010b63e60faeff 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }