summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-10-23 20:09:47 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-10-23 20:09:47 +0000
commitd373d0dc2c3b13485ec16d582062f63b58e4a5dc (patch)
tree300bbce7dfbc0b191eebaadefef926f1ceb00840 /install.php
parentf6aec1792a91929353bdf13b8280689643142287 (diff)
downloadinstall-d373d0dc2c3b13485ec16d582062f63b58e4a5dc.tar.gz
install-d373d0dc2c3b13485ec16d582062f63b58e4a5dc.tar.bz2
install-d373d0dc2c3b13485ec16d582062f63b58e4a5dc.zip
add files for package upgrader, but i've commented the menu entries for now since it's not functional yet
Diffstat (limited to 'install.php')
-rw-r--r--install.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/install.php b/install.php
index 9ac947e..dde20da 100644
--- a/install.php
+++ b/install.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.24 2008/10/03 10:14:15 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.25 2008/10/23 20:09:47 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -115,6 +115,10 @@ if( $onlyDuringFirstInstall ) {
}
$install_file[$i]['file'] = 'packages';
$install_file[$i++]['name'] = 'Packages';
+if( !$onlyDuringFirstInstall ) {
+# $install_file[$i]['file'] = 'upgrade';
+# $install_file[$i++]['name'] = 'Upgrade';
+}
$install_file[$i]['file'] = 'cleanup';
$install_file[$i++]['name'] = 'Cleanup';
// these settings should only be present when we are installing for the first time