Browse Source

Update update.html.php

changing update source for tests
pull/697/head
sb0001 1 year ago
committed by GitHub
parent
commit
fa0b0e971c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      system/admin/views/update.html.php

+ 2
- 2
system/admin/views/update.html.php View File

@ -6,7 +6,7 @@ use \Kanti\HubUpdater;
$CSRF = get_csrf(); $CSRF = get_csrf();
$updater = new HubUpdater(array( $updater = new HubUpdater(array(
'name' => 'danpros/htmly',
'name' => 'sb0001/htmly',
'prerelease' => !!config("prerelease"), 'prerelease' => !!config("prerelease"),
)); ));
@ -55,4 +55,4 @@ if (empty($updater->getNewestInfo())) {
echo '</div>'; echo '</div>';
echo '<p><a class="btn btn-primary" target="_blank" href="' . $info['html_url'] . '">Read on Github</a></p>'; echo '<p><a class="btn btn-primary" target="_blank" href="' . $info['html_url'] . '">Read on Github</a></p>';
} }
}
}

Loading…
Cancel
Save