Changeset 362 for trunk/admin


Ignore:
Timestamp:
Feb 12, 2004, 12:20:38 AM (20 years ago)
Author:
z0rglub
Message:

header global refactoring

Location:
trunk/admin
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                  cat_list.php                           *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   website              : http://www.phpwebgallery.net                   *
    7  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    8  *                                                                         *
    9  *   $Id$
    10  *                                                                         *
    11  ***************************************************************************/
    12 
    13 /***************************************************************************
    14  *                                                                         *
    15  *   This program is free software; you can redistribute it and/or modify  *
    16  *   it under the terms of the GNU General Public License as published by  *
    17  *   the Free Software Foundation;                                         *
    18  *                                                                         *
    19  ***************************************************************************/
     2// +-----------------------------------------------------------------------+
     3// |                             cat_list.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    2027include_once( './admin/include/isadmin.inc.php' );
    2128
  • trunk/admin/cat_modify.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               cat_modify.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// |                            cat_modify.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/cat_perm.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               cat_perm.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// |                             cat_perm.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/comments.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               comments.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// |                             comments.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028$page['plain_structure'] = get_plain_structure();
  • trunk/admin/configuration.php

    r345 r362  
    1 <?
    2 /***************************************************************************
    3  *                             configuration.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  ***************************************************************************/
     1<?php
     2// +-----------------------------------------------------------------------+
     3// |                           configuration.php                           |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/create_listing_file.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                          create_listing_file.php                        *
    4  *                            -------------------                          *
    5  *   application   : PhpWebGallery 1.3 <http://phpwebgallery.net>          *
    6  *   author        : Pierrick LE GALL <pierrick@z0rglub.com>               *
    7  *                                                                         *
    8  *   $Id$
    9  *                                                                         *
    10  ***************************************************************************/
    11 
     2// +-----------------------------------------------------------------------+
     3// |                        create_listing_file.php                        |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1227$conf['prefix_thumbnail'] = 'TN-';
    1328$conf['picture_ext'] = array ( 'jpg', 'gif', 'png', 'JPG', 'GIF', 'PNG' );
  • trunk/admin/group_list.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                 group_list.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// |                            group_list.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/group_perm.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               group_perm.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// |                            group_perm.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/help.php

    r228 r362  
    11<?php
    2 /***************************************************************************
    3  *                                  help.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// |                               help.php                                |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/include/functions.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               functions.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// |                             functions.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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$tab_ext_create_TN = array ( 'jpg', 'png', 'JPG', 'PNG' );
  • trunk/admin/include/isadmin.inc.php

    r351 r362  
    11<?php
    2 /***************************************************************************
    3  *                              isadmin.inc.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// |                            isadmin.inc.php                            |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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
    2028include( './admin/include/functions.php' );
  • trunk/admin/infos_images.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                             infos_images.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// |                           infos_images.php                            |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/picture_modify.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                            picture_modify.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// |                          picture_modify.php                           |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/stats.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                 stats.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// |                               stats.php                               |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028$max_pixels = 500;
  • trunk/admin/thumbnail.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                              thumbnail.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// |                             thumbnail.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//------------------------------------------------------------------- functions
  • trunk/admin/update.php

    r358 r362  
    11<?php
    2 /***************************************************************************
    3  *                                update.php                               *
    4  *                            ------------------                           *
    5  *   application   : PhpWebGallery 1.4 <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// |                              update.php                               |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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
    2028include_once( './admin/include/isadmin.inc.php' );
  • trunk/admin/user_list.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               user_list.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// |                             user_list.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/user_modify.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                              user_modify.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// |                            user_modify.php                            |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/user_perm.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                               user_perm.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// |                             user_perm.php                             |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//----------------------------------------------------- template initialization
  • trunk/admin/waiting.php

    r345 r362  
    11<?php
    2 /***************************************************************************
    3  *                                waiting.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// |                              waiting.php                              |
     4// +-----------------------------------------------------------------------+
     5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
     6// | branch        : BSF (Best So Far)                                     |
     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// +-----------------------------------------------------------------------+
    1927include_once( './admin/include/isadmin.inc.php' );
    2028//--------------------------------------------------------------------- updates
Note: See TracChangeset for help on using the changeset viewer.