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

18 lines
231 B
PHP
Raw Normal View History

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