diff options
author | gweltas <gweltas@piwigo.org> | 2004-02-07 19:36:44 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-02-07 19:36:44 +0000 |
commit | e712c4aef84d5ac73e55f904a8922064f63f90a3 (patch) | |
tree | cd1e96611a95b286539b6c35497499415e3e72b0 /category.php | |
parent | 3ae73d950e6f13c10516b2a4580084454073446f (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' |