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 --- profile.php | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 3b27d57cb..d1d8977ee 100644 --- a/profile.php +++ b/profile.php @@ -1,10 +1,9 @@ | -// | branch : 1.4 | -// | author : Pierrick LE GALL | +// | branch : 1.4 | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ // | last update : $Date$ @@ -13,13 +12,23 @@ // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | -// | the Free Software Foundation; | +// | the Free Software Foundation | +// | | +// | This program is distributed in the hope that it will be useful, but | +// | WITHOUT ANY WARRANTY; without even the implied warranty of | +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | +// | General Public License for more details. | +// | | +// | You should have received a copy of the GNU General Public License | +// | along with this program; if not, write to the Free Software | +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | +// | USA. | // +-----------------------------------------------------------------------+ // customize appearance of the site for a user //----------------------------------------------------------- include $phpwg_root_path = './'; -include_once( $phpwg_root_path.'common.php' ); +include_once( $phpwg_root_path.'include/common.inc.php' ); //-------------------------------------------------- access authorization check check_login_authorization(); if ( $user['is_the_guest'] ) -- cgit v1.2.3