2022-07-06 22:11:29 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$version="OSS";
|
2023-04-24 16:23:21 +02:00
|
|
|
$version_revision="1.9";
|
2022-07-06 22:11:29 +02:00
|
|
|
$githash = file_get_contents("../githash.txt");
|
|
|
|
if (!empty($githash)) {
|
|
|
|
$version_revision .= " (".substr($githash,0,8).")";
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|