Update of /cvsroot/phpvortex/phpvortex/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12002/test
Modified Files:
README.txt
Added Files:
index.php
Log Message:
Test programs: Updated the README.txt and added a index.php page
Index: README.txt
===================================================================
RCS file: /cvsroot/phpvortex/phpvortex/test/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt 30 Sep 2004 20:46:54 -0000 1.1
--- README.txt 8 Oct 2004 18:49:23 -0000 1.2
***************
*** 6,9 ****
3 - If your server does't use .htaccess files, configure it to set the PHP include directory to your PHP Vortex folder.
4 - Change server and username/password to the database server in the test files if you use something more restricting than a 'root'/'' setup.
! 5 - Open in your web browser the page test.php and see it working. (Use test.php?debug=3 for some cool debug info)
6 - If something went wrong, send us a message with the problem and we will try to figure out what happened.
\ No newline at end of file
--- 6,9 ----
3 - If your server does't use .htaccess files, configure it to set the PHP include directory to your PHP Vortex folder.
4 - Change server and username/password to the database server in the test files if you use something more restricting than a 'root'/'' setup.
! 5 - Browse to the dir /test and see it working. Add a "?debug=3" in the URL for some cool debug info, if the debug headers are being included (see the .htaccess file).
6 - If something went wrong, send us a message with the problem and we will try to figure out what happened.
\ No newline at end of file
--- NEW FILE: index.php ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PHP Vortex Test Directory</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
Test programs:<br />
<a href="vortex_test.php">Test General PHP Vortex Functionality</a><br />
<a href="vortex_test_page.php">Test SEC_Page and SEC_Edit functionality</a>
</body>
</html>
|