mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
typo fixed
This commit is contained in:
+1
-1
@@ -351,7 +351,7 @@ define(\'DB_COLLATE\', \'\');
|
|||||||
|
|
||||||
$query = '
|
$query = '
|
||||||
INSERT INTO '.$prefixeTable.'config (param,value,comment)
|
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\');';
|
\'a secret key specific to the gallery for internal use\');';
|
||||||
pwg_query($query);
|
pwg_query($query);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user