summaryrefslogtreecommitdiff
path: root/core/config
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-01 22:43:28 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-01 22:43:28 +0000
commitbd8cd9364c8396aeb3d56572d116fb8c5af1f1b4 (patch)
tree60c2f11466b85e2eb611b2bc1db3bf3d61bab69e /core/config
parent06174a4f748919ed0121c84f197026196587563d (diff)
Fix all our preambles to make the preamble test pass.
Diffstat (limited to 'core/config')
-rw-r--r--core/config/config.php21
1 files changed, 20 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php
index 94f22364..efd7b2e8 100644
--- a/core/config/config.php
+++ b/core/config/config.php
@@ -1,4 +1,23 @@
-<?php defined('SYSPATH') or die('No direct script access.');
+<?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.
+ */
+
/**
* Base path of the web site. If this includes a domain, eg: localhost/kohana/
* then a full URL will be used, eg: http://localhost/kohana/. If it only includes