This commit is contained in:
Dennis Eichhorn 2024-01-30 21:29:21 +00:00
parent 6789edea81
commit e0b9c18447
3 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ echo $this->data['nav']->render(); ?>
</div>
<div class="portlet-foot">
<a tabindex="0" class="button" target="_blank"
href="https://github.com/Jingga-Management/Jingga/issues/new?body=<?= $this->printHtml(\rawurlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a>
href="https://github.com/Karaka-Management/Karaka/issues/new?body=<?= $this->printHtml(\rawurlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a>
</div>
</section>
</div>

View File

@ -46,7 +46,7 @@ echo $this->data['nav']->render(); ?>
\md5(
Rest::request(
new HttpRequest(
new HttpUri('https://raw.githubusercontent.com/Jingga-Management/phpOMS/develop/Account/Account.php')
new HttpUri('https://raw.githubusercontent.com/Karaka-Management/phpOMS/develop/Account/Account.php')
)
)->getBody()
)

View File

@ -19,7 +19,7 @@ use phpOMS\Uri\HttpUri;
$fileHashs = \file_get_contents(__DIR__ . '/../../../../hashs.txt'); /* Rest::request(
new HttpRequest(
new HttpUri('https://raw.githubusercontent.com/Jingga-Management/Build/master/hashs.txt')
new HttpUri('https://raw.githubusercontent.com/Karaka-Management/Build/master/hashs.txt')
)
)->getBody(); */