Add launcher specific stuff

This commit is contained in:
2025-08-20 13:05:12 -07:00
parent aadcd23cb3
commit b53fcd8773
3 changed files with 19 additions and 0 deletions

5
database/launcher/latest.php Executable file
View File

@@ -0,0 +1,5 @@
<?php
require __DIR__ . '/../../incl/util.php';
require __DIR__ . '/../../config/general.php';
setPlainHeader();
echo $latestLauncherVersion;