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
|