summaryrefslogtreecommitdiff
path: root/core/config/session.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-17 19:06:39 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-17 19:06:39 +0000
commit9b6ccfc7f3b495ddc62304ae51da6c1b96810f2b (patch)
tree21f01f7ed42dd2b3a7c5a55a76fdf3531a9b52fc /core/config/session.php
parent26f0b4e44d90230f5a3f292b36f1e65b6eb32365 (diff)
Fix some lint errors
Diffstat (limited to 'core/config/session.php')
-rw-r--r--core/config/session.php21
1 files changed, 20 insertions, 1 deletions
diff --git a/core/config/session.php b/core/config/session.php
index 56498316..1e3bcf9a 100644
--- a/core/config/session.php
+++ b/core/config/session.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 Session
*