Skip to content
Snippets Groups Projects
Forked from Stud.IP / Stud.IP
2397 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dispatch.php 644 B
<?php
# Lifter002: TODO
# Lifter007: TODO
# Lifter003: TODO
# Lifter010: TODO

/*
 * index.php - <short-description>
 *
 * Copyright (C) 2006 - Marcus Lunzenauer <mlunzena@uos.de>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 */


require '../lib/bootstrap.php';

// prepare environment
URLHelper::setBaseUrl($GLOBALS['ABSOLUTE_URI_STUDIP']);

$dispatcher = app(\Trails_Dispatcher::class);
$dispatcher->dispatch(Request::pathInfo());