index.php
defbfa55
 <?php
c208bd90
 /*
 This file belongs to the Webinterface of schokokeks.org Hosting.
5bc11a99
 Please see https://source.schokokeks.org for the newest source files.
c208bd90
 
dcc202fb
 Written by schokokeks.org Hosting, namely
c208bd90
   Bernd Wurst <bernd@schokokeks.org>
   Hanno Böck <hanno@schokokeks.org>
 
dcc202fb
 This code is published under a 0BSD license.
c208bd90
 
 Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
 */
defbfa55
 
eb53bf91
 header("Location: go/index/index");
defbfa55
 ?>