[Openfirst-cvscommit] news/admin index.php,1.1,1.2
Brought to you by:
xtimg
From: <xt...@us...> - 2003-06-21 13:09:36
|
Update of /cvsroot/openfirst/news/admin In directory sc8-pr-cvs1:/tmp/cvs-serv6063/admin Modified Files: index.php Log Message: Fix minor errors in headers Index: index.php =================================================================== RCS file: /cvsroot/openfirst/news/admin/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 8 Jun 2003 02:53:00 -0000 1.1 --- index.php 21 Jun 2003 13:09:33 -0000 1.2 *************** *** 1,5 **** <?php /* ! * openFIRST.news - index.php * * Copyright (C) 2003, --- 1,5 ---- <?php /* ! * openFIRST.news - admin/index.php * * Copyright (C) 2003, *************** *** 26,30 **** * */ ! include("../config/globals.php"); include($header); --- 26,30 ---- * */ ! include("../../config/globals.php"); include($header); |