Update of /cvsroot/stack/stack-1-0/scripts/install
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26368/scripts/install
Modified Files:
stacktest.php
Log Message:
Index: stacktest.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/install/stacktest.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** stacktest.php 29 Aug 2005 18:41:03 -0000 1.9
--- stacktest.php 12 Sep 2005 08:07:47 -0000 1.10
***************
*** 42,49 ****
include($stack_logfiles.'CASkeywords.php');
} else {
! die("<font color='red'>Cannot read the file {$stack_logfiles}CASkeywords.php.</font>");
}
! echo "<p>Check here for errors.</p>";
/************************************************/
--- 42,49 ----
include($stack_logfiles.'CASkeywords.php');
} else {
! die("<font color='red'>Cannot read the file {$stack_logfiles}CASkeywords.php.</font>");
}
! echo "<p><font color='green'>Test write a success!</font></p>";
/************************************************/
***************
*** 66,70 ****
fwrite($fh,"Test write a success!");
fclose($fh);
! echo "<br /><font color='green'>Test write a success!</font>";
// /************************************************/
--- 66,72 ----
fwrite($fh,"Test write a success!");
fclose($fh);
!
! echo "<p><font color='green'>Test write a success!</font></p>";
!
// /************************************************/
|