- Timestamp:
- May 19, 2012, 3:34:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/db/121-database.php
r15127 r15128 69 69 } 70 70 71 if (!isset($conf['prefix_thumbnail'])) 72 { 73 $conf['prefix_thumbnail'] = 'TN-'; 74 } 75 76 if (!isset($conf['dir_thumbnail'])) 77 { 78 $conf['dir_thumbnail'] = 'thumbnail'; 79 } 80 71 81 $content.= ' 72 82 ## redirect <2.4 thumbnails hotlinks to i.php
Note: See TracChangeset
for help on using the changeset viewer.