Dotclear

Changeset 3875:cb0f24701f13 for inc


Ignore:
Timestamp:
09/14/18 12:33:10 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch .tpl extensions to .php for some included "template" (coded in HTML/PHP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/dbschema/upgrade.php

    r3874 r3875  
    662662                " AND setting_value = '1.11.3' "; 
    663663            $core->con->execute($strReq); 
     664 
     665            # A bit of housecleaning for no longer needed files 
     666            $remfiles = [ 
     667                'plugins/dcLegacyEditor/tpl/index.tpl', 
     668                'plugins/dcCKEditor/tpl/index.tpl' 
     669            ]; 
     670            foreach ($remfiles as $f) { 
     671                @unlink(DC_ROOT . '/' . $f); 
     672            } 
    664673        } 
    665674 
Note: See TracChangeset for help on using the changeset viewer.

Sites map