Update of /cvsroot/stack/stack-1-0/scripts/install
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stacktest.php 5 Jul 2005 16:29:23 -0000 1.2
--- stacktest.php 14 Jul 2005 18:19:58 -0000 1.3
***************
*** 1,2 ****
--- 1,10 ----
+ ?<php
+ /**
+ * Installs the various functions needed by STACK.
+ * @package install
+ * @subpackage STACK
+ */
+
+ ?>
<html>
<head>
***************
*** 15,19 ****
<?php
!
require_once('../../stackstd.php');
--- 23,29 ----
<?php
! /**
! * Include the stack settings.
! */
require_once('../../stackstd.php');
|