mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36:23 +05:30
Update update.html.php
changing update source for tests
This commit is contained in:
parent
0fba77f175
commit
fa0b0e971c
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ use \Kanti\HubUpdater;
|
|||
$CSRF = get_csrf();
|
||||
|
||||
$updater = new HubUpdater(array(
|
||||
'name' => 'danpros/htmly',
|
||||
'name' => 'sb0001/htmly',
|
||||
'prerelease' => !!config("prerelease"),
|
||||
));
|
||||
|
||||
|
|
@ -55,4 +55,4 @@ if (empty($updater->getNewestInfo())) {
|
|||
echo '</div>';
|
||||
echo '<p><a class="btn btn-primary" target="_blank" href="' . $info['html_url'] . '">Read on Github</a></p>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue