Update of /cvsroot/upcase-project/UpCase/admin/messages
In directory usw-pr-cvs1:/tmp/cvs-serv13194
Modified Files:
newobject.php
Log Message:
added include of config for include path setting
Index: newobject.php
===================================================================
RCS file: /cvsroot/upcase-project/UpCase/admin/messages/newobject.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** newobject.php 16 Jul 2002 15:31:53 -0000 1.1.1.1
--- newobject.php 8 Aug 2002 10:09:31 -0000 1.2
***************
*** 1,3 ****
--- 1,4 ----
<?php
+ include_once("../../config/uc_config.inc");
include_once("lib/uc_page.php");
$page = new UcPage();
|