Update of /cvsroot/stack/stack-dev/opaque/minimalClient
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25193/opaque/minimalClient
Modified Files:
Tag: item_state_separation
minimalClient.php
Log Message:
Brought back up to date with big HEAD merge.
Index: minimalClient.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/opaque/minimalClient/minimalClient.php,v
retrieving revision 1.8
retrieving revision 1.8.8.1
diff -C2 -d -r1.8 -r1.8.8.1
*** minimalClient.php 8 Oct 2009 09:19:51 -0000 1.8
--- minimalClient.php 9 Nov 2010 16:51:39 -0000 1.8.8.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>';
|