TimeTrex Community Edition v16.2.0
This commit is contained in:
15
interface/html5/phpinfo.php
Normal file
15
interface/html5/phpinfo.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
require_once( '../../includes/global.inc.php' );
|
||||
|
||||
$authenticate = false;
|
||||
require_once( Environment::getBasePath() . 'includes/Interface.inc.php' );
|
||||
|
||||
//Debug::setVerbosity(11);
|
||||
$install_obj = new Install();
|
||||
if ( $install_obj->isInstallMode() == false ) {
|
||||
Redirect::Page( URLBuilder::getURL( null, '../install/install.php' ) );
|
||||
exit;
|
||||
} else {
|
||||
phpinfo();
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user