root/apps/notifier/public/index.php

Revision 835 (checked in by goldoraf, 2 years ago)

Added skeleton of notifier demo app

Line 
1 <?php
2
3 include('../conf/boot.php');
4
5 $controller = new SDispatcher();
6 $controller->dispatch();
7
8 ?>
9
Note: See TracBrowser for help on using the browser.