Changeset 6130 for trunk/install.php
- Timestamp:
- May 8, 2010, 11:04:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install.php
r5983 r6130 313 313 $query = ' 314 314 INSERT INTO '.$prefixeTable.'config (param,value,comment) 315 VALUES (\'secret_key\', \'md5('.pwg_db_cast_to_text(DB_RANDOM_FUNCTION.'()').')\',315 VALUES (\'secret_key\',md5('.pwg_db_cast_to_text(DB_RANDOM_FUNCTION.'()').'), 316 316 \'a secret key specific to the gallery for internal use\');'; 317 317 pwg_query($query);
Note: See TracChangeset
for help on using the changeset viewer.