diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-03 12:25:16 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-03 12:25:16 +0000 |
| commit | a63d1fae2d0e62fb0c5a31931865046af654c02b (patch) | |
| tree | ddb21b9ca669a24e81aad16e78dbcb27f3c8ed6d /BitInstaller.php | |
| parent | a720f8298f60f247be72851b831aef73648fe993 (diff) | |
| download | install-a63d1fae2d0e62fb0c5a31931865046af654c02b.tar.gz install-a63d1fae2d0e62fb0c5a31931865046af654c02b.tar.bz2 install-a63d1fae2d0e62fb0c5a31931865046af654c02b.zip | |
remove the kill_script stuff, which only works on MSIE and replace it with a decent security message
Diffstat (limited to 'BitInstaller.php')
| -rw-r--r-- | BitInstaller.php | 11 |
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') { |
