diff --git a/install.php b/install.php index 7e5ff8001..e5d278d04 100644 --- a/install.php +++ b/install.php @@ -351,7 +351,7 @@ define(\'DB_COLLATE\', \'\'); $query = ' INSERT INTO '.$prefixeTable.'config (param,value,comment) - VALUES (\'secret_key\',\''.sha1(random_bytes(1000)).'\'), + VALUES (\'secret_key\',\''.sha1(random_bytes(1000)).'\', \'a secret key specific to the gallery for internal use\');'; pwg_query($query);