Fix
This commit is contained in:
parent
9bfdfa87f6
commit
1412591813
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* Credential store
|
||||
* Monitoring SAP View
|
||||
*
|
||||
* @category HelperFeedBack
|
||||
* @category Operations
|
||||
* @package Pandora FMS
|
||||
* @subpackage Help Feedback
|
||||
* @subpackage Monitoring
|
||||
* @version 1.0.0
|
||||
* @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
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* 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';
|
||||
|
||||
// Header.
|
||||
ui_print_page_header(
|
||||
__('SAP view'),
|
||||
'',
|
||||
false,
|
||||
'sap_view',
|
||||
false,
|
||||
''
|
||||
);
|
||||
|
||||
// Control call flow.
|
||||
try {
|
||||
// User access and validation is being processed on class constructor.
|
||||
|
|
Loading…
Reference in New Issue