1
0
astroport/www/LOVELand/jukebox/utils/versioninfo.php
2020-05-10 21:30:23 +02:00

9 lines
227 B
PHP

<?php
chdir('..');
include ('includes/vars.php');
if (file_exists('updateinfo/'.ROMPR_VERSION.'/info.html')) {
readfile('updateinfo/'.ROMPR_VERSION.'/info.html');
} else {
header('HTTP/1.1 204 No Content');
}
?>