Skip to content

Commit

Permalink
cleanup bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tleilax committed Aug 12, 2015
1 parent bbf2119 commit 6ec0389
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<?php
if (!class_exists('CSRFProtection')) {
class CSRFProtection {
public static function tokenTag() { return ''; }
}
}

if (!class_exists('SkipLinks')) {
class SkipLinks {
public static function addIndex($name, $id) {}
public static function addLink($name, $id) {}
}
}

require_once 'vendor/trails/trails.php';
require_once 'app/controllers/studip_controller.php';
require_once 'app/models/my_realm.php';
# require_once 'app/controllers/authenticated_controller.php';

0 comments on commit 6ec0389

Please sign in to comment.