summaryrefslogtreecommitdiff
path: root/BitInstaller.php
diff options
context:
space:
mode:
Diffstat (limited to 'BitInstaller.php')
-rw-r--r--BitInstaller.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/BitInstaller.php b/BitInstaller.php
index 1dd6762..1aad8be 100644
--- a/BitInstaller.php
+++ b/BitInstaller.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.19 2006/04/05 13:30:28 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.20 2006/05/03 12:25:15 squareing Exp $
* @package install
*/
@@ -301,15 +301,6 @@ class BitInstaller extends BitSystem {
}
-function kill_script() {
- $installFile = 'install.php';
- if( rename( $installFile, 'install.php.done' ) ) {
- header( 'location: '.BIT_ROOT_URL );
- } else {
- return 'no_kill';
- }
-}
-
function check_session_save_path() {
global $errors;
if (ini_get('session.save_handler') == 'files') {