Browse Source

Update index.php

add closing php tag
pull/290/head
Arie Kurniawan 9 years ago
committed by GitHub
parent
commit
e06c6a6b44
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      system/upgrade/index.php

+ 3
- 1
system/upgrade/index.php View File

@ -2,4 +2,6 @@
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';
require 'system/htmly.php';
?>

Loading…
Cancel
Save