Cookie: ".get_session('u_hash')."
Test: ".$test); // Write $file_hash to database UPDATE_CONFIG("file_hash", $file_hash); // Also update configuration $_CONFIG['secret_key'] = $secretKey; $_CONFIG['file_hash'] = $file_hash; // And remove some variables unset($secretKey); unset($file_hash); } } // ?>