Update of /cvsroot/phpvortex/phpvortex/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28570/test
Modified Files:
index.php
Log Message:
Updated documentation
Index: index.php
===================================================================
RCS file: /cvsroot/phpvortex/phpvortex/test/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.php 8 Oct 2004 18:49:23 -0000 1.1
--- index.php 11 Aug 2006 19:21:22 -0000 1.2
***************
*** 1,2 ****
--- 1,13 ----
+ <?php
+ /**
+ * Index file for the Test programs.
+ *
+ * @package Vortex
+ * @subpackage Debug
+ * @author Thiago Ramon Gonçalves Montoya
+ * @copyright Copyright 2006, Thiago Ramon Gonçalves Montoya
+ * @license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
+ */
+ ?>
<!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">
|