diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-06 18:06:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-06 18:06:35 +0000 |
| commit | 54e4aafc0f8f61aab7b61c255806976f3796c4f9 (patch) | |
| tree | 2a6b8ce8d089b8b3865c4a4510298cecf64aaed9 /install.php | |
| parent | ee96e9bfe1cf78061e7918e16be2a550105f7bb1 (diff) | |
| download | install-54e4aafc0f8f61aab7b61c255806976f3796c4f9.tar.gz install-54e4aafc0f8f61aab7b61c255806976f3796c4f9.tar.bz2 install-54e4aafc0f8f61aab7b61c255806976f3796c4f9.zip | |
first stab at a flexible content uninstaller. some stuff probably needs some more testing and we also need to think about how to physically remove files from the harddisk when uninstalling stuff like fisheye or treasury. ideally we should have a confirmation page that lists all the content that's about to be nuked, but i just can't be asked...
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php index 152cbde..32587f2 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.11 2006/10/11 03:41:04 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.12 2007/01/06 18:06:35 squareing Exp $ * @package install * @subpackage functions */ @@ -11,7 +11,7 @@ // hide error ouptut on database connection settings page if( isset( $_REQUEST['step'] ) && $_REQUEST['step'] == '3' ) { - ini_set( 'display_errors', '0' ); +// ini_set( 'display_errors', '0' ); } $gForceAdodb = TRUE; |
