- 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


git-svn-id: http://piwigo.org/svn/trunk@682 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-01-08 23:56:59 +00:00
parent 34354aa6a9
commit d2b451ed59
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -185,6 +185,7 @@ if (@file_exists($config_file))
}
}
$prefixeTable = $table_prefix;
include(PHPWG_ROOT_PATH . 'include/constants.php');
include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
include(PHPWG_ROOT_PATH . 'include/template.php');