Parent Directory
|
Revision Log
Added Robust Installation Script
1 <?php 2 3 //Path to the WSDL file on the Webwork Server 4 define('WWQUESTION_WSDL','MARKER_FOR_WSDL'); 5 6 //Leave the rest alone 7 define('WWQUESTION_PREFIX','/wwquestions'); 8 define('WWQUESTION_ROOTDIR','/' . SITEID . WWQUESTION_PREFIX); 9 10 define('WWQUESTION_RESPONSE_TIMEOUT',120); 11 12 13 ?>
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |