From: Paul R. <pro...@us...> - 2002-05-26 23:02:16
|
Update of /cvsroot/post-nuke/postnuke_official/html/includes In directory usw-pr-cvs1:/tmp/cvs-serv19106/html/includes Modified Files: pnAPI.php Log Message: moved the include of pnTemplate.php to pnInit Index: pnAPI.php =================================================================== RCS file: /cvsroot/post-nuke/postnuke_official/html/includes/pnAPI.php,v retrieving revision 1.135 retrieving revision 1.136 diff -C2 -d -r1.135 -r1.136 *** pnAPI.php 26 May 2002 21:43:15 -0000 1.135 --- pnAPI.php 26 May 2002 23:02:14 -0000 1.136 *************** *** 387,390 **** --- 387,391 ---- include 'includes/pnHTML.php'; include 'includes/pnMod.php'; + include 'includes/pnTemplate.php'; return true; |