mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
18 lines
231 B
PHP
Executable File
18 lines
231 B
PHP
Executable File
<?php
|
|
|
|
class Gm extends MO_Controller
|
|
{
|
|
public function __construct()
|
|
{
|
|
parent::__construct();
|
|
}
|
|
|
|
public function gm_panel()
|
|
{
|
|
$this->headers('gm');
|
|
|
|
$this->footer();
|
|
}
|
|
}
|
|
//nowhitesp
|