From 3eeab79a75b3bba95f4a9e9a2a239f34e8da7c2b Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 3 Nov 2003 20:59:40 +0000 Subject: Modifying ./include/isadmin.inc.php in ./admin/include/isadmin.inc.php since admin.php has moved to the PhpWebGallery root directory git-svn-id: http://piwigo.org/svn/trunk@226 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/group_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/group_list.php') diff --git a/admin/group_list.php b/admin/group_list.php index 683b593f0..871df6a6a 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -16,7 +16,7 @@ * the Free Software Foundation; * * * ***************************************************************************/ -include_once( './include/isadmin.inc.php' ); +include_once( './admin/include/isadmin.inc.php' ); //----------------------------------------------------- template initialization $sub = $vtp->Open( './template/'.$user['template'].'/admin/group_list.vtp' ); $tpl = array( 'group_add','add','listuser_permission','delete', -- cgit v1.2.3