* initial work towards factorizing the controllers (yeah, now it's tsControllerSometh...
[vsc.git] / _res / loader.php
bloba372d06494de21e42efecd101b3745f3f73658fa
1 <?php
2 require (LIB_PATH.'functions.inc.php');
4 $to = ctrlFactory::getController ();
5 $to->dispatch ();