mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-11-05 12:32:42 +01:00
7 lines
No EOL
142 B
PHP
7 lines
No EOL
142 B
PHP
<?php
|
|
|
|
use const VVWebsite\VERSION_LATEST;
|
|
|
|
require_once VV::root("src/Consts.php");
|
|
?>
|
|
<?= VV::include(VERSION_LATEST . "installation"); ?>
|