mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Signed-off-by: PyroPeter <abi1789@googlemail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
9 lines
123 B
PHP
9 lines
123 B
PHP
|
|
<!-- End of main content -->
|
|
<?php
|
|
if ($ver) {
|
|
echo "<div class=\"pgbox version\">$ver</div>";
|
|
}
|
|
?>
|
|
</body>
|
|
</html>
|