[system] / trunk / wwmoodle / wwquestion / bin / setup / config.php.base Repository:
ViewVC logotype

View of /trunk/wwmoodle/wwquestion/bin/setup/config.php.base

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5497 - (download) (annotate)
Wed Sep 12 15:15:41 2007 UTC (5 years, 8 months ago) by mleventi
File size: 278 byte(s)
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