[phpMP-CVS] CVS: phpMP/admin index.php,1.2,1.3
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-08 09:44:20
|
Update of /cvsroot/phpmp/phpMP/admin In directory sc8-pr-cvs1:/tmp/cvs-serv10859 Modified Files: index.php Log Message: Still correctly the problem with the linebreaks. :-\ Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/admin/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** index.php 4 Feb 2003 21:43:14 -0000 1.2 --- index.php 8 Feb 2003 09:44:17 -0000 1.3 *************** *** 1 **** ! <?php //This file will house the frameset for the phpMP admin interface. ?> \ No newline at end of file --- 1,5 ---- ! <?php ! ! //This file will house the frameset for the phpMP admin interface. ! ! ?> \ No newline at end of file |