MTrackWeb/Cron/Notify.php
[web.mtrack] / MTrackWeb / Cron / Notify.php
1 <?php
2
3 class MTrackWeb_Cron_Notify extends MTrackWeb
4 {
5     
6     function getAuth()
7     {
8         $ff = HTML_FlexyFramework::get();
9         if (!$ff->cli) {
10             die("access denied");
11         }
12         
13     }
14     
15     function get()    
16     {
17     
18     }
19 }