mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-12-23 21:16:50 +01:00
17 lines
192 B
PHP
17 lines
192 B
PHP
|
<?php
|
||
|
|
||
|
class Gm extends MO_Controller
|
||
|
{
|
||
|
function __construct()
|
||
|
{
|
||
|
parent::__construct();
|
||
|
}
|
||
|
|
||
|
function gm_panel()
|
||
|
{
|
||
|
$this->headers('gm');
|
||
|
|
||
|
$this->footer();
|
||
|
}
|
||
|
}
|
||
|
//nowhitesp
|