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

require_once "model/common.mod.php";

class DashboardModel extends CommonModel
{
    /*
     * Default action
     */
    function deflt()
    {
    }
}

?>