MySC/public_html/index.php

10 lines
140 B
PHP
Raw Normal View History

2024-01-30 18:40:00 +01:00
<?php
include '../includes/core.php';
use EesyPHP\Url;
Url :: handle_request('');
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab