Changeset 749 for trunk/install.php


Ignore:
Timestamp:
Mar 12, 2005, 11:51:08 AM (19 years ago)
Author:
plg
Message:
  • no use of "realpath" function anymore : this function is too often buggy and returns nothing (crash of template system as consequence...). The use of this function was not essential
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r682 r749  
    200200}
    201201
    202 if ( !file_exists(@realpath(PHPWG_ROOT_PATH . 'language/' . $language . '/install.lang.php')) )
     202if (!file_exists(PHPWG_ROOT_PATH.'language/'.$language.'/install.lang.php'))
    203203{
    204204  $language = 'en_UK.iso-8859-1';
Note: See TracChangeset for help on using the changeset viewer.