2010-04-23 Sancho Lerena <slerena@artica.es>
* include/config_process.php: Fixed a doble include in the functions_enterprise.php file (breaks the tab "inventory" in the agent view). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2606 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c13cd514db
commit
d9d4521a8c
|
@ -1,3 +1,9 @@
|
||||||
|
2010-04-23 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* include/config_process.php: Fixed a doble include in the
|
||||||
|
functions_enterprise.php file (breaks the tab "inventory" in the
|
||||||
|
agent view).
|
||||||
|
|
||||||
2010-04-23 Sergio Martin <sergio.martin@artica.es>
|
2010-04-23 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* general/ui/agents_list.php: Changed the all group
|
* general/ui/agents_list.php: Changed the all group
|
||||||
|
|
|
@ -117,7 +117,7 @@ $config['extensions'] = get_extensions ();
|
||||||
|
|
||||||
if (file_exists ($config["homedir"].'/'.ENTERPRISE_DIR.'/index.php')) {
|
if (file_exists ($config["homedir"].'/'.ENTERPRISE_DIR.'/index.php')) {
|
||||||
$config['enterprise_installed'] = 1;
|
$config['enterprise_installed'] = 1;
|
||||||
enterprise_include ('include/functions_enterprise.php');
|
enterprise_include_once ('include/functions_enterprise.php');
|
||||||
} else {
|
} else {
|
||||||
$config['enterprise_installed'] = 0;
|
$config['enterprise_installed'] = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue