X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=www%2Findex.php;h=d42091a16760944c0a7b801d83d0cbcfaa70dc96;hp=4a873a47729cb0e5165de50350ac8229fa0df105;hb=afe6e413d073cd29e366b0642ef0928db712c8e5;hpb=2502c56617641015719878906907e91354aa3fd7 diff --git a/www/index.php b/www/index.php index 4a873a4..d42091a 100644 --- a/www/index.php +++ b/www/index.php @@ -2,8 +2,10 @@ require_once("../lib/lib.php"); + if(function_exists("goWebProcessor")) { - goWebProcessor(); + $calls = urlInterpretter(); + goWebProcessor($calls); exit(0); }