repo.or.cz
/
vsc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* initial work towards factorizing the controllers (yeah, now it's tsControllerSometh...
[vsc.git]
/
_res
/
loader.php
blob
a372d06494de21e42efecd101b3745f3f73658fa
1
<
?php
2
require
(
LIB_PATH
.
'functions.inc.php'
);
3
4
$to
=
ctrlFactory
::
getController
();
5
$to
->
dispatch
();