Update of /cvsroot/stack/stack-1-0/scripts/install
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11118/scripts/install
Modified Files:
stackInstall.php stacktest.php
Log Message:
Index: stacktest.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/install/stacktest.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** stacktest.php 14 Jul 2005 18:44:55 -0000 1.5
--- stacktest.php 31 Jul 2005 07:42:28 -0000 1.6
***************
*** 1,3 ****
! ?<php
/**
* Installs the various functions needed by STACK.
--- 1,3 ----
! <?php
/**
* Installs the various functions needed by STACK.
Index: stackInstall.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/install/stackInstall.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** stackInstall.php 18 Jul 2005 10:53:37 -0000 1.13
--- stackInstall.php 31 Jul 2005 07:42:28 -0000 1.14
***************
*** 7,11 ****
// To install, add comments to this line.
! die();
/**
--- 7,11 ----
// To install, add comments to this line.
! //die();
/**
|