summaryrefslogblamecommitdiffstats
path: root/app/model/sysconf.mod.php
blob: 754d1a68fcfe96a56bd38bd4c8009d83c6424cce (plain) (tree)
1
2
3
4
5
6
7
8
9
     
                                    
 
                                      


                     
                    



     
<?php

require_once "model/master.mod.php";

class SysconfModel extends MasterModel
{
    /*
     * Default action
     */
    function deflt()
    {
    }
}

?>