This commit is contained in:
2025-08-19 20:32:58 +02:00
parent b1c5000a43
commit a25de121ec
20 changed files with 172 additions and 57 deletions

View File

@@ -64,7 +64,7 @@ echo $grid -> draw();
?>
<?
ob_start();
echo $versions = file_get_contents( 'https://shoppro.project-dc.pl/updates/changelog.php' );
echo $versions = file_get_contents( 'http://www.shoppro.project-dc.pl/updates/changelog.php' );
$out = ob_get_clean();
$grid = new \gridEdit;