Cookie: ".get_session('u_hash')."
Test: ".$test); // Write $file_hash to database SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_config` SET file_hash='%s' WHERE config=0 LIMIT 1", array($file_hash), __FILE__, __LINE__); // Generate FQFN for .htaccess file $FQFN = sprintf("%sinc/.secret/.htaccess", constant('PATH') ); // Is the .htaccess file there? if (!FILE_READABLE($FQFN)) { // Also create .htaccess file WRITE_FILE($FQFN, "Deny from all\n"); } // END - if // Also update configuration $_CONFIG['secret_key'] = $secretKey; unset($secretKey); $_CONFIG['file_hash'] = $file_hash; unset($file_hash); } // END - if } // END - if // ?>