updates and such
[glcas.git] / www / index.php
1 <?php 
2
3 require_once("../lib/lib.php");
4
5
6 if(function_exists("goWebProcessor")) {
7         $calls = urlInterpretter();
8         goWebProcessor($calls);
9         exit(0);
10 }
11
12 ?>
13 <html>
14 <body>
15 No Web Component Installed
16 </body>
17 </html>