index.php

Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of the web-based "Application Form for New Users"
00004 // of University Library Braunschweig, Germany
00005 //
00006 // Copyright (C) 2004 University Library Braunschweig, Germany
00007 
00086 
00095 
00096 
00097 require_once('text.php');
00098 require_once ('config.php');
00099 require_once('util.php');
00100 require_once('fields.php');
00101 
00102 session_start();
00103 
00104 $lang = (isset($_GET['lang'])) ? $_GET['lang'] : $lang_default;
00105 
00106 if (!isset($text_multi[$lang]))
00107         $lang = $lang_default;
00108 
00109 $text    = $text_multi[$lang];
00110 $buttons = $buttons_multi[$lang];
00111 $months =  $months_multi[$lang];
00112 
00113 $cancel=htmlentities("index.php?lang=@lang@");
00114 $finish=htmlentities("register.php?lang=@lang@");
00115 
00116 session_destroy();      // start with a fresh session 
00117 redirect("edit.php?lang=$lang&finishURL=$finish&cancelURL=$cancel");
00118 
00119 ?>

Generated on Mon Aug 28 09:46:09 2006 for anmeldung by  doxygen 1.4.7