mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 04:39:56 +03:00
typo fixed
This commit is contained in:
parent
c2ebea027c
commit
a36a0aca8c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue