diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2008-11-26 20:21:39 +0000 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2008-11-26 20:21:39 +0000 |
| commit | 38e1eef5474dbe1768938fdd3882cf0627d7e70e (patch) | |
| tree | b0b488edbce7e231a46ccf07ddd0a195038b17de /core/config | |
| parent | 25b0dff45cf0776ebee4aeadfe05d0977d03eb0d (diff) | |
Some code audit fixes and adding some directory separator normalization code to make it work on Windows as well.
Diffstat (limited to 'core/config')
| -rw-r--r-- | core/config/locale.php | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/core/config/locale.php b/core/config/locale.php index f93df409..d9f95664 100644 --- a/core/config/locale.php +++ b/core/config/locale.php @@ -1,4 +1,23 @@ -<?php defined('SYSPATH') or die('No direct access allowed.'); +<?php defined("SYSPATH") or die("No direct script access."); +/** + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2008 Bharat Mediratta + * + * 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; either version 2 of the License, or (at + * your option) any later version. + * + * 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ + /** * @package Core * |
