summaryrefslogtreecommitdiffstats
path: root/app/model/sysconf.mod.php
blob: 754d1a68fcfe96a56bd38bd4c8009d83c6424cce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

require_once "model/master.mod.php";

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

?>