Cookie: ".get_session('u_hash')."
Test: ".$test); // Write $file_hash to database $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_config SET file_hash='%s' WHERE config=0 LIMIT 1", array($file_hash), __FILE__, __LINE__); // Also update configuration $_CONFIG['secret_key'] = $secretKey; $_CONFIG['file_hash'] = $file_hash; // And remove some variables unset($secretKey); unset($file_hash); } } // ?>