Fix update page

This commit is contained in:
Danang Probo Sayekti 2015-07-10 14:02:21 +07:00
commit d702e982de
4 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,4 @@
<?php
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';

View file

@ -1,5 +1,6 @@
<?php
$config_file = 'config/config.ini';
config('source', $config_file);
$updater = new Kanti\HubUpdater("danpros/htmly");