summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-17 18:33:51 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-17 18:33:51 +0000
commit3f87c16223d7aca44f432efe99b35ab7afb0dbe4 (patch)
tree8b626058286c7668c914843c9adf4b29d99824ab
parent489059342e1d7291597f74d4221d7a05eabb75a8 (diff)
Fix missing preambles
-rw-r--r--core/views/after_install.html.php1
-rw-r--r--core/views/after_install_loader.html.php1
-rw-r--r--core/views/maintenance.html.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/core/views/after_install.html.php b/core/views/after_install.html.php
index 7c49d637..aa26858a 100644
--- a/core/views/after_install.html.php
+++ b/core/views/after_install.html.php
@@ -1,3 +1,4 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1 style="display: none">
<?= t("Welcome to Gallery 3!") ?>
</h1>
diff --git a/core/views/after_install_loader.html.php b/core/views/after_install_loader.html.php
index 0e0ea1d0..baf91eed 100644
--- a/core/views/after_install_loader.html.php
+++ b/core/views/after_install_loader.html.php
@@ -1,3 +1,4 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<span id="gAfterInstall"
title="<?= t("Welcome to Gallery 3") ?>"
href="<?= url::site("after_install") ?>"/>
diff --git a/core/views/maintenance.html.php b/core/views/maintenance.html.php
index d970233d..f80b6e7a 100644
--- a/core/views/maintenance.html.php
+++ b/core/views/maintenance.html.php
@@ -1,3 +1,4 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<html>
<head>
<title>