aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 1864810d9..00f1dd04e 100644
--- a/install.php
+++ b/install.php
@@ -312,7 +312,7 @@ define(\'DB_COLLATE\', \'\');
$query = '
INSERT INTO '.$prefixeTable.'config (param,value,comment)
- VALUES (\'secret_key\',\'md5('.pwg_db_cast_to_text(DB_RANDOM_FUNCTION.'()').')\',
+ VALUES (\'secret_key\',md5('.pwg_db_cast_to_text(DB_RANDOM_FUNCTION.'()').'),
\'a secret key specific to the gallery for internal use\');';
pwg_query($query);