Changeset 2700 for trunk/install.php


Ignore:
Timestamp:
Oct 10, 2008, 3:11:31 PM (16 years ago)
Author:
rvelices
Message:
  • replace a preg_match with simple comparison (faster)
  • try to get rid of some JS strict warnings in FF (hope it's fixed)
  • template.class.php is included from functions.inc.php instead of common,upgrade,install (maybe later I will try to see the perf impact of compacting/compiling functions.inc.php together with the included files from itself)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r2479 r2700  
    187187include(PHPWG_ROOT_PATH . 'admin/include/functions.php');
    188188include(PHPWG_ROOT_PATH . 'admin/include/functions_upgrade.php');
    189 include(PHPWG_ROOT_PATH . 'include/template.class.php');
    190189
    191190if (isset($_GET['language']))
Note: See TracChangeset for help on using the changeset viewer.