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