define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "449");
+define('CURR_SVN_REVISION', "450");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
global $SEC_CHARS, $URL_CHARS;
// Is the code a string?
if (!is_string($code)) {
- // Abort here with backtrace
- DEBUG_LOG(__FUNCTION__.": code is not string!");
- print "<pre>";
- debug_print_backtrace();
- die("</pre>");
+ // Silently return it
+ return $code;
} // END - if
$ARRAY = $SEC_CHARS;