From: Don S. <ri...@us...> - 2004-05-04 00:25:23
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9524/boost Modified Files: update.php Log Message: Bug #947328 all php files need to begin with <?php not just <? Index: update.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/update.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** update.php 9 Apr 2004 01:01:43 -0000 1.30 --- update.php 4 May 2004 00:25:14 -0000 1.31 *************** *** 1,3 **** ! <? /** * phpwsBB --- 1,3 ---- ! <?php /** * phpwsBB |