Change Function names

This commit is contained in:
steve-lad 2021-06-02 15:30:21 +02:00
parent 6df032c137
commit 4620df53c4
2 changed files with 2 additions and 2 deletions

View file

@ -265,7 +265,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
* Show form information - General * Show form information - General
*/ */
public function myShowPage() { public function settingsShowPage() {
$request = $_REQUEST; $request = $_REQUEST;
$action = !empty($request['action']) ? $request['action'] : ''; $action = !empty($request['action']) ? $request['action'] : '';

View file

@ -11,7 +11,7 @@ if (!defined('FREEPBX_IS_AUTH')) {
// //
// Initialise page before to avoid double calls and improve performance // Initialise page before to avoid double calls and improve performance
$display_page = FreePBX::create()->Sccp_manager->myShowPage(); $display_page = FreePBX::create()->Sccp_manager->settingsShowPage();
$display_info = _("SCCP Server Settings"); $display_info = _("SCCP Server Settings");
// standardise code to reduce base // standardise code to reduce base
include('page.html.php'); include('page.html.php');