From: <jhe...@us...> - 2002-11-12 17:52:30
|
Update of /cvsroot/upcase-project/UpCase/admin In directory usw-pr-cvs1:/tmp/cvs-serv18256 Modified Files: permissions.php Log Message: adjusted includes Index: permissions.php =================================================================== RCS file: /cvsroot/upcase-project/UpCase/admin/permissions.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** permissions.php 16 Jul 2002 15:31:53 -0000 1.1.1.1 --- permissions.php 12 Nov 2002 17:52:27 -0000 1.2 *************** *** 11,15 **** // updateperms : the name of the action script for the from (currently this one) // submit : name of the submit button ! include_once("lib/uc_page.php"); --- 11,15 ---- // updateperms : the name of the action script for the from (currently this one) // submit : name of the submit button ! include_once("../config/uc_config.inc"); include_once("lib/uc_page.php"); |