(cp a36a0aca8) typo fixed

This commit is contained in:
plegall
2024-10-21 15:43:49 +02:00
parent 57c2f1e921
commit 8f04d24a1d
+1 -1
View File
@@ -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);