mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Fix update page
This commit is contained in:
parent
c3c56d293e
commit
d702e982de
4 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
$config_file = 'config/config.ini';
|
||||
|
||||
require 'system/vendor/autoload.php';
|
||||
require 'system/htmly.php';
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
$config_file = 'config/config.ini';
|
||||
config('source', $config_file);
|
||||
|
||||
$updater = new Kanti\HubUpdater("danpros/htmly");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue