Update of /cvsroot/openfirst/news
In directory sc8-pr-cvs1:/tmp/cvs-serv21079
Modified Files:
index.php
Log Message:
Fix redundant include
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/news/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php 21 Jun 2003 13:09:33 -0000 1.3
--- index.php 28 Jun 2003 16:55:21 -0000 1.4
***************
*** 28,32 ****
include("../config/globals.php");
include($header);
- include("./viewnews.php");
shownews(5); // Shows 5 pieces of news.
--- 28,31 ----
|