7 lines
No EOL
232 B
PHP
7 lines
No EOL
232 B
PHP
<?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'); |