From 8f04d24a1d375c2b2b73b14a8daa0e26a57ae72f Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 21 Oct 2024 15:43:49 +0200 Subject: [PATCH] (cp a36a0aca8) typo fixed --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);