6 lines
115 B
PHP
6 lines
115 B
PHP
|
<?php
|
||
|
include_once implode(DIRECTORY_SEPARATOR, [
|
||
|
$app->getContainer()->get('locations')->routes,
|
||
|
'ws.php'
|
||
|
]);
|