]> git.mxchange.org Git - mailer.git/blobdiff - inc/databases.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / databases.php
index 7aac6dd321c16590fffac3d0c691803bcb51ecad..52101360c3bdb23522789c00fe198a97280bf4bf 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $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);
 } // END - if
 
@@ -111,7 +111,7 @@ define('CACHE_BUSTER', mt_rand(1000000, 9999999));
 define('DEBUG_SQL', false);
 
 // Extra title is empty by default
-$EXTRA_TITLE = "";
+$EXTRA_TITLE = '';
 
 //
 ?>