X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fgen_sql_patches.php;h=1e3f278d58127d0c9418dd1fe310293b86a2bd0d;hp=57ec554ca29ef3b8ad3f40a7fe747987d406e7c4;hb=ab5ff5126ef56b08f5130a9e110b53c00d0a2761;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/inc/gen_sql_patches.php b/inc/gen_sql_patches.php index 57ec554ca2..1e3f278d58 100644 --- a/inc/gen_sql_patches.php +++ b/inc/gen_sql_patches.php @@ -1,7 +1,7 @@ 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); + // Force update + updateConfiguration('file_hash', $fileHash, '', '0', TRUE); + // Remove variables unset($secretKey); unset($fileHash); } // END - if } // END - if -// -?> \ No newline at end of file +// @TODO Rewrite this to a filter +if ((isExtensionInstalledAndNewer('cache', '0.1.2')) && (isValidCacheInstance())) { + // Destroy some cache files + foreach (array('config', 'extension', 'filter', 'modules') as $cache) { + // Use rebuildCache() + rebuildCache($cache); + } // END - foreach +} // END - if + +// [EOF] +?>