stop writing env to /tmp/env
parent
4b92a788f7
commit
c0e49b65ef
|
@ -34,14 +34,14 @@ if ( version_compare( phpversion(), '4.1.0', '<') ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Useful debugging lines for mobile devices
|
// Useful debugging lines for mobile devices
|
||||||
//if ( true ) {
|
if ( false ) {
|
||||||
ob_start();
|
ob_start();
|
||||||
phpinfo( INFO_VARIABLES );
|
phpinfo( INFO_VARIABLES );
|
||||||
$fp = fopen( '/tmp/env.html', 'w' );
|
$fp = fopen( '/tmp/env.html', 'w' );
|
||||||
fwrite( $fp, ob_get_contents() );
|
fwrite( $fp, ob_get_contents() );
|
||||||
fclose( $fp );
|
fclose( $fp );
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
//}
|
}
|
||||||
|
|
||||||
require_once( 'includes/config.php' );
|
require_once( 'includes/config.php' );
|
||||||
require_once( 'includes/logger.php' );
|
require_once( 'includes/logger.php' );
|
||||||
|
|
Loading…
Reference in New Issue