summaryrefslogtreecommitdiff
path: root/core/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers')
-rw-r--r--core/controllers/welcome.php11
1 files changed, 2 insertions, 9 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php
index a0b8d2c8..3329a402 100644
--- a/core/controllers/welcome.php
+++ b/core/controllers/welcome.php
@@ -1,5 +1,5 @@
-<?php
-/*
+<?php defined("SYSPATH") or die("No direct script access.");
+/**
* Gallery - a web based photo album viewer and editor
* Copyright (C) 2000-2008 Bharat Mediratta
*
@@ -17,13 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
-/**
- * Enter Description Here
- * @package
- * @subpackage
- * @author Tim
- */
class Welcome_Controller extends Controller {
function Index() {
print new View('welcome.html');