From: Ben H. <bdv...@us...> - 2010-11-22 23:06:32
|
Update of /cvsroot/stack/stack-dev/opaque/minimalClient In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29766/opaque/minimalClient Modified Files: Tag: question_reporting minimalClient.php Log Message: Merging from the current HEAD into question_reporting. Apologies in advance if this all goes horribly wrong. Index: minimalClient.php =================================================================== RCS file: /cvsroot/stack/stack-dev/opaque/minimalClient/minimalClient.php,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** minimalClient.php 8 Oct 2009 09:19:51 -0000 1.8 --- minimalClient.php 22 Nov 2010 23:05:51 -0000 1.8.2.1 *************** *** 19,27 **** $engine_URL = 'http://127.0.0.1/stack-dev/opaque/soapServer.php'; ! $passkey = 'MTI3NjU2'; // See config.php "passkey", or the testsuite throught the web interface. // NOTE: You *must* have a space before the id number. This is weird, and I can't explain it. ! $remoteid = ' 50'; // The questionID number of the stackquestion ! $selection_seed = 1; // This is used to select a random version from the items. $userID = 1; --- 19,27 ---- $engine_URL = 'http://127.0.0.1/stack-dev/opaque/soapServer.php'; ! $passkey = 'Mzg3NTM5'; // See config.php "passkey", or the testsuite throught the web interface. // NOTE: You *must* have a space before the id number. This is weird, and I can't explain it. ! $remoteid = ' 3'; // The questionID number of the stackquestion ! $selection_seed = 2; // This is used to select a random version from the items. $userID = 1; *************** *** 102,106 **** <script> document.getElementById('stacksubmit').style.display = 'inline'; - document.getElementById('stackfinish').style.display = 'inline'; </script> <input type="hidden" id="session" name="session" value="<?php echo $session ?>"><p> --- 102,105 ---- *************** *** 108,112 **** <hr /><p><a href="minimalClient.php">Start again</a></p> <?php ! if(isset($response)) echo '<pre>$response:'.print_r($response, true).'</pre>'; //echo '<pre>$_POST:'.print_r($response, true).'</pre>'; --- 107,111 ---- <hr /><p><a href="minimalClient.php">Start again</a></p> <?php ! //if(isset($response)) echo '<pre>$response:'.print_r($response, true).'</pre>'; //echo '<pre>$_POST:'.print_r($response, true).'</pre>'; |