Changeset 2302


Ignore:
Timestamp:
Apr 16, 2008, 10:09:23 PM (16 years ago)
Author:
rub
Message:

Fix error on main.inc.php header

Location:
trunk/plugins
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/main.inc.php

    r2297 r2302  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324/*
    2425Plugin Name: LocalFiles Editor
     
    2930Author URI: http://www.phpwebgallery.net
    3031*/
    31 // +-----------------------------------------------------------------------+
    32 // | PhpWebGallery - a PHP based picture gallery                           |
    33 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    34 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    35 // +-----------------------------------------------------------------------+
    36 // | file          : $Id$
    37 // | last update   : $Date$
    38 // | last modifier : $Author$
    39 // | revision      : $Revision$
    40 // +-----------------------------------------------------------------------+
    41 // | This program is free software; you can redistribute it and/or modify  |
    42 // | it under the terms of the GNU General Public License as published by  |
    43 // | the Free Software Foundation                                          |
    44 // |                                                                       |
    45 // | This program is distributed in the hope that it will be useful, but   |
    46 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    47 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    48 // | General Public License for more details.                              |
    49 // |                                                                       |
    50 // | You should have received a copy of the GNU General Public License     |
    51 // | along with this program; if not, write to the Free Software           |
    52 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    53 // | USA.                                                                  |
    54 // +-----------------------------------------------------------------------+
    5532
    5633if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • trunk/plugins/add_index/main.inc.php

    r2297 r2302  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
     24/*
    2325Plugin Name: Add Index
    2426Version: 1.8
     
    2830Author URI: http://www.phpwebgallery.net
    2931*/
    30 // +-----------------------------------------------------------------------+
    31 // | PhpWebGallery - a PHP based picture gallery                           |
    32 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    33 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    34 // +-----------------------------------------------------------------------+
    35 // | file          : $Id$
    36 // | last update   : $Date$
    37 // | last modifier : $Author$
    38 // | revision      : $Revision$
    39 // +-----------------------------------------------------------------------+
    40 // | This program is free software; you can redistribute it and/or modify  |
    41 // | it under the terms of the GNU General Public License as published by  |
    42 // | the Free Software Foundation                                          |
    43 // |                                                                       |
    44 // | This program is distributed in the hope that it will be useful, but   |
    45 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    46 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    47 // | General Public License for more details.                              |
    48 // |                                                                       |
    49 // | You should have received a copy of the GNU General Public License     |
    50 // | along with this program; if not, write to the Free Software           |
    51 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    52 // | USA.                                                                  |
    53 // +-----------------------------------------------------------------------+
    5432
    5533if (!defined('PHPWG_ROOT_PATH'))
  • trunk/plugins/admin_advices/main.inc.php

    r2266 r2302  
    1 <?php /*
     1<?php
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based picture gallery                                  |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
     22// +-----------------------------------------------------------------------+
     23
     24/*
    225Plugin Name: Admin Advices
    326Version: 1.8
  • trunk/plugins/admin_multi_view/main.inc.php

    r2243 r2302  
    1 <?php /*
     1<?php
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based picture gallery                                  |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
     22// +-----------------------------------------------------------------------+
     23
     24/*
    225Plugin Name: Multi view
    326Version: 1.8
  • trunk/plugins/c13y_upgrade/main.inc.php

    r2297 r2302  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324/*
    2425Plugin Name: Check upgrades
     
    2930Author URI: http://www.phpwebgallery.net
    3031*/
    31 // +-----------------------------------------------------------------------+
    32 // | PhpWebGallery - a PHP based picture gallery                           |
    33 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    34 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
    35 // +-----------------------------------------------------------------------+
    36 // | file          : $Id$
    37 // | last update   : $Date$
    38 // | last modifier : $Author$
    39 // | revision      : $Revision$
    40 // +-----------------------------------------------------------------------+
    41 // | This program is free software; you can redistribute it and/or modify  |
    42 // | it under the terms of the GNU General Public License as published by  |
    43 // | the Free Software Foundation                                          |
    44 // |                                                                       |
    45 // | This program is distributed in the hope that it will be useful, but   |
    46 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    47 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    48 // | General Public License for more details.                              |
    49 // |                                                                       |
    50 // | You should have received a copy of the GNU General Public License     |
    51 // | along with this program; if not, write to the Free Software           |
    52 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    53 // | USA.                                                                  |
    54 // +-----------------------------------------------------------------------+
    5532
    5633if (!defined('PHPWG_ROOT_PATH'))
  • trunk/plugins/event_tracer/main.inc.php

    r2254 r2302  
    1 <?php /*
     1<?php
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based picture gallery                                  |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
     22// +-----------------------------------------------------------------------+
     23
     24/*
    225Plugin Name: Event tracer
    326Version: 1.8.a
     
    730Author URI: http://www.phpwebgallery.net
    831*/
     32
    933if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1034
  • trunk/plugins/extended_description/main.inc.php

    r2243 r2302  
    11<?php
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based picture gallery                                  |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
     22// +-----------------------------------------------------------------------+
     23
    224/*
    325Plugin Name: Extended Description
  • trunk/plugins/hello_world/main.inc.php

    r2290 r2302  
    1 <?php /*
     1<?php
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based picture gallery                                  |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
     22// +-----------------------------------------------------------------------+
     23
     24/*
    225Plugin Name: Hello World
    326Version: 1.8
  • trunk/plugins/language_switch/main.inc.php

    r2298 r2302  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324/*
    2425Plugin Name: Language Switch
     
    2930Author URI: http://www.phpwebgallery.net
    3031*/
     32
    3133include_once(PHPWG_PLUGINS_PATH.'language_switch/language_switch.inc.php');
    3234add_event_handler('loading_lang', 'language_switch' );
Note: See TracChangeset for help on using the changeset viewer.