Changeset 15128


Ignore:
Timestamp:
May 19, 2012, 3:34:51 PM (12 years ago)
Author:
mistic100
Message:

prefix_thumbnail and dir_thumbnail are planned for removal, must redefine a default value for htaccess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/121-database.php

    r15127 r15128  
    6969    }
    7070   
     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   
    7181    $content.= '
    7282## redirect <2.4 thumbnails hotlinks to i.php
Note: See TracChangeset for help on using the changeset viewer.