help.verua.ch/index.php

7 lines
232 B
PHP
Raw Normal View History

<?php
/**
* Redirect to french includes and login screen, but use german language;
* Only french includes (and DB) are being used therefore
*/
header('Location: https://'.$_SERVER['HTTP_HOST'].'/help_FR/scp/login.php?&lang=de');