Change Function names
This commit is contained in:
parent
6df032c137
commit
4620df53c4
|
@ -265,7 +265,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
|
|||
* Show form information - General
|
||||
*/
|
||||
|
||||
public function myShowPage() {
|
||||
public function settingsShowPage() {
|
||||
$request = $_REQUEST;
|
||||
$action = !empty($request['action']) ? $request['action'] : '';
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ if (!defined('FREEPBX_IS_AUTH')) {
|
|||
|
||||
//
|
||||
// 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");
|
||||
// standardise code to reduce base
|
||||
include('page.html.php');
|
||||
|
|
Loading…
Reference in a new issue