diff options
author | plegall <plg@piwigo.org> | 2005-01-08 23:56:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-01-08 23:56:59 +0000 |
commit | d2b451ed59ea06760ae22bf9a52d5e564e314fe0 (patch) | |
tree | ed2bb95ccf529c2946452b6bc2ed8412d0dd6509 /install.php | |
parent | 34354aa6a950ee92a1b7b3928bcfa766065dfef9 (diff) |
- 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
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index a4e21df62..779fe279f 100644 --- a/install.php +++ b/install.php @@ -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'); |