From 7e99328dd2ed51c632f69268c7f540439e97047d Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Tue, 27 Sep 2016 20:15:53 +0200 Subject: [PATCH] fixed "defined" bug --- template.php | 2 +- template_mp4.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template.php b/template.php index f841b11..be0ffc7 100644 --- a/template.php +++ b/template.php @@ -3,7 +3,7 @@ - <?php echo (defined(TITLE)?TITLE:'PictShare image hosting'); ?> + <?php echo (defined('TITLE')?TITLE:'PictShare image hosting'); ?> diff --git a/template_mp4.php b/template_mp4.php index 37aa9d2..5c138c6 100644 --- a/template_mp4.php +++ b/template_mp4.php @@ -1,7 +1,7 @@ - <?php echo (defined(TITLE)?TITLE:'PictShare image hosting'); ?> + <?php echo (defined('TITLE')?TITLE:'PictShare image hosting'); ?> PictShare" />