From e712c4aef84d5ac73e55f904a8922064f63f90a3 Mon Sep 17 00:00:00 2001 From: gweltas Date: Sat, 7 Feb 2004 19:36:44 +0000 Subject: Migration of common.php in the include directory to fit the new coding rules git-svn-id: http://piwigo.org/svn/trunk@354 68402e56-0260-453c-a942-63ccdbb3a9ee --- category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'category.php') diff --git a/category.php b/category.php index 10d119986..9fb7e7d27 100644 --- a/category.php +++ b/category.php @@ -27,7 +27,7 @@ //--------------------------------------------------------------------- include $phpwg_root_path = './'; -include_once( $phpwg_root_path.'common.php' ); +include_once( $phpwg_root_path.'include/common.inc.php' ); //---------------------------------------------------------------------- logout if ( isset( $_GET['act'] ) and $_GET['act'] == 'logout' -- cgit v1.2.3