This commit is contained in:
Paula Quispe
2018-01-08 16:09:45 -04:00
parent 4c63633189
commit e7385e510a
7 changed files with 15 additions and 18 deletions

View File

@@ -118,8 +118,6 @@ class InstallerModule extends Controller
public function getSystemInfo ()
{
//$echo "<script> document.write(TRANSLATIONS) </script>";
//print_r ($valu);die();
$this->setResponseType( 'json' );
// PHP info and verification

View File

@@ -1383,7 +1383,7 @@ class adminProxy extends HttpProxyController
public function generateInfoSupport ()
{
require_once (PATH_CONTROLLERS . "installer.php");
require_once (PATH_CONTROLLERS . "InstallerModule.php");
$params = array ();
$oServerConf = &ServerConf::getSingleton();