aboutsummaryrefslogtreecommitdiffstats
path: root/admin/user_list_backend.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-01-05 00:19:25 +0000
committermistic100 <mistic@piwigo.org>2014-01-05 00:19:25 +0000
commit636650309adb23fbb64310d6f32cc1d5518037a6 (patch)
tree312fcf990311835512e9728f6656ce3500bd9fb9 /admin/user_list_backend.php
parent83c610108125e209e6f1e17cae7b5d7100a626cb (diff)
Update headers to 2014. Happy new year!!
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/user_list_backend.php')
-rw-r--r--admin/user_list_backend.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/admin/user_list_backend.php b/admin/user_list_backend.php
index 1fbba5d63..f3963e61f 100644
--- a/admin/user_list_backend.php
+++ b/admin/user_list_backend.php
@@ -1,4 +1,26 @@
<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
define('PHPWG_ROOT_PATH','../');
define('IN_ADMIN', true);