10 lines
140 B
PHP
10 lines
140 B
PHP
|
<?php
|
||
|
|
||
|
include '../includes/core.php';
|
||
|
|
||
|
use EesyPHP\Url;
|
||
|
|
||
|
Url :: handle_request('');
|
||
|
|
||
|
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|