From: Paul R. <pro...@us...> - 2002-05-26 22:57:57
|
Update of /cvsroot/post-nuke/postnuke_official/html In directory usw-pr-cvs1:/tmp/cvs-serv17572 Modified Files: index.php Log Message: moved the include of pnTemplate.php to pnInit Index: index.php =================================================================== RCS file: /cvsroot/post-nuke/postnuke_official/html/index.php,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** index.php 26 May 2002 21:46:01 -0000 1.67 --- index.php 26 May 2002 22:57:54 -0000 1.68 *************** *** 26,30 **** error_reporting(E_ALL); include 'includes/pnAPI.php'; - include 'includes/pnTemplate.php'; function pnMain() --- 26,29 ---- |