From a36a0aca8cddcce80c0f7e95d6e3ca6c554d29c3 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 21 Oct 2024 15:40:52 +0200 Subject: [PATCH] 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);