mourne_rcpp_fw/Mourne-CI/application/controllers/gm.php

17 lines
192 B
PHP
Executable File

<?php
class Gm extends MO_Controller
{
function __construct()
{
parent::__construct();
}
function gm_panel()
{
$this->headers('gm');
$this->footer();
}
}
//nowhitesp