Platinus2016/setup/version.php

4 lines
84 B
PHP

<?php
header("Content-Type: text/plain");
exit(file_get_contents("version.txt"));
?>