mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 17:03:42 +02:00
7 lines
No EOL
143 B
PHP
7 lines
No EOL
143 B
PHP
<?php
|
|
|
|
use const Website\VERSION_LATEST;
|
|
|
|
require_once VV::root("Consts.php");
|
|
?>
|
|
<?= VV::include(VERSION_LATEST . "Reference/PHP/VV/js"); ?>
|