Changeset 354 for trunk/admin.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/admin.php

    r351 r354  
    11<?php
    2 /***************************************************************************
    3  *                                 admin.php                               *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
    12 /***************************************************************************
    13  *                                                                         *
    14  *   This program is free software; you can redistribute it and/or modify  *
    15  *   it under the terms of the GNU General Public License as published by  *
    16  *   the Free Software Foundation;                                         *
    17  *                                                                         *
    18  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                           admin.php                                |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : 1.4                                                   |
     7// +-----------------------------------------------------------------------+
     8// | file          : $RCSfile$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
     12// +-----------------------------------------------------------------------+
     13// | This program is free software; you can redistribute it and/or modify  |
     14// | it under the terms of the GNU General Public License as published by  |
     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.                                                                  |
     26// +-----------------------------------------------------------------------+
    1927
    2028//----------------------------------------------------------- include
    2129$phpwg_root_path = './';
    22 include_once( $phpwg_root_path.'common.php' );
     30include_once( $phpwg_root_path.'include/common.inc.php' );
    2331include_once( './admin/include/isadmin.inc.php' );
    2432//----------------------------------------------------- template initialization
Note: See TracChangeset for help on using the changeset viewer.