Long word shorted
[mailer.git] / inc / databases.php
index 55ebc024607ea3b914a86205012d0c7f35a73a05..731868bb995bed9dfd98a94b20c1a9936e0fe6a9 100644 (file)
@@ -35,7 +35,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-}
+} // END - if
 
 // System-wide return codes
 define('CODE_WRONG_PASS'       ,  1);
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "520");
+define('CURR_SVN_REVISION', "576");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);