Changeset 682 for trunk/install.php


Ignore:
Timestamp:
Jan 9, 2005, 12:56:59 AM (19 years ago)
Author:
plg
Message:
  • in install.php, use the temporary variable $prefixeTable for inclusion of file include/constants.php
  • security check in upgrade.php : no upgrade possible if constant PHPWG_INSTALLED is defined
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r681 r682  
    186186}
    187187
     188$prefixeTable = $table_prefix;
    188189include(PHPWG_ROOT_PATH . 'include/constants.php');
    189190include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
Note: See TracChangeset for help on using the changeset viewer.