From e06c6a6b440fc140d39ee0d49f1f929ddadf59c3 Mon Sep 17 00:00:00 2001 From: Arie Kurniawan Date: Tue, 25 Oct 2016 18:09:09 +0700 Subject: [PATCH] Update index.php add closing php tag --- system/upgrade/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/upgrade/index.php b/system/upgrade/index.php index 8b63ddc..05721ae 100644 --- a/system/upgrade/index.php +++ b/system/upgrade/index.php @@ -2,4 +2,6 @@ $config_file = 'config/config.ini'; require 'system/vendor/autoload.php'; -require 'system/htmly.php'; \ No newline at end of file +require 'system/htmly.php'; + +?>