summaryrefslogtreecommitdiffstats
path: root/app/model/deleteacct.mod.php
blob: ca01a0dd480157a10c017a28f5de308c48a5bbd7 (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 DeleteacctModel extends CommonModel
{
    /*
     * Default action
     */
    function deflt()
    {
    }
}

?>