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

Fix error on main.inc.php header

File:
1 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!');
Note: See TracChangeset for help on using the changeset viewer.