Changeset 354 for trunk/profile.php


Ignore:
Timestamp:
Feb 7, 2004, 8:36:44 PM (20 years ago)
Author:
gweltas
Message:

Migration of common.php in the include directory to fit the new coding rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/profile.php

    r351 r354  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           profile.php                           |
     3// |                           profile.php                                |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : 1.4                                           |
    7 // | author        : Pierrick LE GALL <pierrick@z0rglub.com>               |
     6// | branch        : 1.4                                                   |
    87// +-----------------------------------------------------------------------+
    98// | file          : $RCSfile$
     
    1413// | This program is free software; you can redistribute it and/or modify  |
    1514// | it under the terms of the GNU General Public License as published by  |
    16 // | the Free Software Foundation;                                         |
     15// | the Free Software Foundation                                          |
     16// |                                                                       |
     17// | This program is distributed in the hope that it will be useful, but   |
     18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     20// | General Public License for more details.                              |
     21// |                                                                       |
     22// | You should have received a copy of the GNU General Public License     |
     23// | along with this program; if not, write to the Free Software           |
     24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     25// | USA.                                                                  |
    1726// +-----------------------------------------------------------------------+
    1827
     
    2029//----------------------------------------------------------- include
    2130$phpwg_root_path = './';
    22 include_once( $phpwg_root_path.'common.php' );
     31include_once( $phpwg_root_path.'include/common.inc.php' );
    2332//-------------------------------------------------- access authorization check
    2433check_login_authorization();
Note: See TracChangeset for help on using the changeset viewer.