diff options
Diffstat (limited to 'public/datenschutz.php')
| -rw-r--r-- | public/datenschutz.php | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/public/datenschutz.php b/public/datenschutz.php deleted file mode 100644 index 0eb134f..0000000 --- a/public/datenschutz.php +++ /dev/null @@ -1,37 +0,0 @@ -<?php -/** - * datenschutz.php - * - * privacy guidelines for Stud.IP - * - * PHP version 5 - * - * @author Elmar Ludwig - * @author Michael Riehemann <michael.riehemann@uni-oldenburg.de> - * @copyright 2009 Stud.IP - * @license http://www.gnu.org/licenses/gpl.html GPL Licence 3 - * @package studip_core - * @access public - */ - -require '../lib/bootstrap.php'; - -page_open([ - 'sess' => 'Seminar_Session', - 'auth' => 'Seminar_Default_Auth', - 'perm' => 'Seminar_Perm', - 'user' => 'Seminar_User' -]); - -// set up user session -include 'lib/seminar_open.php'; - -// this page must be accessible during visibility decision -Config::get()->USER_VISIBILITY_CHECK = false; - -PageLayout::setTitle(_('Erläuterungen zum Datenschutz')); - -$template = $template_factory->open('privacy'); -$template->set_layout('layouts/base.php'); - -echo $template->render(); |
