website/public/docs/index.php

7 lines
No EOL
129 B
PHP

<?php
use const Website\VERSION_LATEST;
require_once VV::root("Consts.php");
?>
<?= VV::include(VERSION_LATEST . "index"); ?>