Cookie: ".getSession('u_hash')."
Test: ".$test); // Write $fileHash to database updateConfiguration('file_hash', $fileHash); // Generate FQFN for .htaccess file $FQFN = sprintf("%sinc/.secret/.htaccess", getConfig('PATH') ); // Is the .htaccess file there? if (!isFileReadable($FQFN)) { // Also create .htaccess file writeToFile($FQFN, "Deny from all\n"); } // END - if // Also update configuration setConfigEntry('secret_key', $secretKey); // Remove variables unset($secretKey); unset($fileHash); } // END - if } // END - if // ?>