diff --git a/web/index.php b/web/index.php index c554542b3..845540327 100644 --- a/web/index.php +++ b/web/index.php @@ -34,14 +34,14 @@ if ( version_compare( phpversion(), '4.1.0', '<') ) { } // Useful debugging lines for mobile devices -//if ( true ) { +if ( false ) { ob_start(); phpinfo( INFO_VARIABLES ); $fp = fopen( '/tmp/env.html', 'w' ); fwrite( $fp, ob_get_contents() ); fclose( $fp ); ob_end_clean(); -//} +} require_once( 'includes/config.php' ); require_once( 'includes/logger.php' );