X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fgen_sql_patches.php;h=91dd06ea859147f5a3eb3917b459aaa033b7ba31;hp=e2b45f2eab75893a31c0360bc290e53ec3ae87a9;hb=25b4a580b4c7e0d429eb8e436785d3c2ef304f8e;hpb=5071030af40e69ca4284642f44758964e18f5be8 diff --git a/inc/gen_sql_patches.php b/inc/gen_sql_patches.php index e2b45f2eab..91dd06ea85 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 - SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_config` SET file_hash='%s' WHERE config=0 LIMIT 1", - array($fileHash), __FILE__, __LINE__); + updateConfiguration('file_hash', $fileHash); // Generate FQFN for .htaccess file $FQFN = sprintf("%sinc/.secret/.htaccess", - constant('PATH') + getConfig('PATH') ); // Is the .htaccess file there? @@ -115,7 +107,6 @@ if (getConfig('file_hash') == '') { // Also update configuration setConfigEntry('secret_key', $secretKey); - setConfigEntry('file_hash' , $fileHash); // Remove variables unset($secretKey);