summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-07 07:42:02 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-07 07:42:02 +0000
commitd086f31ea4f877b9497f8d4933edd9352ba04b1a (patch)
tree1a232923acee44c96b7284b3d27b0e18b3aeb99f /core
parentba18542527531798abca1881497eac60827cb0f8 (diff)
Style cleanups to make File_Structure_Test pass.
Diffstat (limited to 'core')
-rw-r--r--core/config/upload.php21
1 files changed, 20 insertions, 1 deletions
diff --git a/core/config/upload.php b/core/config/upload.php
index 9885ab32..80fa0834 100644
--- a/core/config/upload.php
+++ b/core/config/upload.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
*