Your IP : 216.73.216.240


Current Path : /home/j/u/v/juvelize/martine/tmp/install_61b0f5c54c150/front/
Upload File :
Current File : /home/j/u/v/juvelize/martine/tmp/install_61b0f5c54c150/front/router.php

<?php

include_once __DIR__.DIRECTORY_SEPARATOR.'router'.DIRECTORY_SEPARATOR.'base.php';
include_once __DIR__.DIRECTORY_SEPARATOR.'router'.DIRECTORY_SEPARATOR.'router.php';

function AcymBuildRoute(&$query)
{
    $router = new AcymRouter();

    return $router->build($query);
}

function AcymParseRoute($segments)
{
    $router = new AcymRouter();

    return $router->parse($segments);
}