mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
2011-02-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_config.php: Fixed an error at the momment of accept the license terms in enterprise installation process. Fixes: #3183681 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4001 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ffa90cb874
commit
611aad903f
@ -1,3 +1,10 @@
|
|||||||
|
2011-02-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_config.php: Fixed an error at the momment of accept the
|
||||||
|
license terms in enterprise installation process.
|
||||||
|
|
||||||
|
Fixes: #3183681
|
||||||
|
|
||||||
2011-02-23 Miguel de Dios <miguel.dedios@artica.es>
|
2011-02-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* pandora_console/operation/events/events_list.php: fixed the show html
|
* pandora_console/operation/events/events_list.php: fixed the show html
|
||||||
|
@ -609,7 +609,7 @@ function process_config () {
|
|||||||
update_config_value( 'api_password', '');
|
update_config_value( 'api_password', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset ($config['relative_path']) && (isset ($_POST['nick']) || isset ($config['id_user']))) {
|
if (!isset ($config['relative_path']) && (isset ($_POST['nick']) || isset ($config['id_user'])) && isset($config['enterprise_installed'])) {
|
||||||
|
|
||||||
$isFunctionSkins = enterprise_include_once ('include/functions_skins.php');
|
$isFunctionSkins = enterprise_include_once ('include/functions_skins.php');
|
||||||
if ($isFunctionSkins !== ENTERPRISE_NOT_HOOK) {
|
if ($isFunctionSkins !== ENTERPRISE_NOT_HOOK) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user