Update of /cvsroot/stack/stack-1-0/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27478/scripts
Modified Files:
stackWin.php
Log Message:
Index: stackWin.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackWin.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** stackWin.php 26 Aug 2005 08:57:42 -0000 1.11
--- stackWin.php 30 Aug 2005 09:42:42 -0000 1.12
***************
*** 92,96 ****
if(is_resource($CASProcess)) {
!
if (!fwrite($pipes[0], $stack_cas['initCommand'])) {
echo "<br />Could not write to the CAS process!<br/ >\n";
--- 92,99 ----
if(is_resource($CASProcess)) {
! if ($debug) {
! echo "<b>CAS started.</b></br>";
! }
!
if (!fwrite($pipes[0], $stack_cas['initCommand'])) {
echo "<br />Could not write to the CAS process!<br/ >\n";
***************
*** 101,105 ****
fflush($pipes[0]);
- //echo "<pre>".$strin."</pre>";
$ret = '';
--- 104,107 ----
|