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

17 lines
192 B
PHP
Raw Normal View History

2021-10-30 19:02:07 +02:00
<?php
class Gm extends MO_Controller
{
function __construct()
{
parent::__construct();
}
function gm_panel()
{
$this->headers('gm');
$this->footer();
}
}
//nowhitesp