Merge branch 'ent-6727-SAP-View-fallos' into 'develop'
Fix Closes pandora_enterprise#6727 See merge request artica/pandorafms!3627
This commit is contained in:
commit
68c41ba704
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Credential store
|
* Monitoring SAP View
|
||||||
*
|
*
|
||||||
* @category HelperFeedBack
|
* @category Operations
|
||||||
* @package Pandora FMS
|
* @package Pandora FMS
|
||||||
* @subpackage Help Feedback
|
* @subpackage Monitoring
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @license See below
|
* @license See below
|
||||||
*
|
*
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
|
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
|
||||||
*
|
*
|
||||||
* ============================================================================
|
* ============================================================================
|
||||||
* Copyright (c) 2005-2019 Artica Soluciones Tecnologicas
|
* Copyright (c) 2005-2020 Artica Soluciones Tecnologicas
|
||||||
* Please see http://pandorafms.org for full contribution list
|
* Please see http://pandorafms.org for full contribution list
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -38,16 +38,6 @@ enterprise_include_once('/include/class/SAPView.class.php');
|
||||||
|
|
||||||
$ajaxPage = 'general/sap_view';
|
$ajaxPage = 'general/sap_view';
|
||||||
|
|
||||||
// Header.
|
|
||||||
ui_print_page_header(
|
|
||||||
__('SAP view'),
|
|
||||||
'',
|
|
||||||
false,
|
|
||||||
'sap_view',
|
|
||||||
false,
|
|
||||||
''
|
|
||||||
);
|
|
||||||
|
|
||||||
// Control call flow.
|
// Control call flow.
|
||||||
try {
|
try {
|
||||||
// User access and validation is being processed on class constructor.
|
// User access and validation is being processed on class constructor.
|
||||||
|
|
Loading…
Reference in New Issue