fix db connection;remove unused credentials;apply redirect to login-screen
This commit is contained in:
parent
574c7fe92a
commit
9f4d412965
3 changed files with 12 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Redirect to french includes, but use german language
|
||||
* Only french includes (and DB are being used therefore)
|
||||
* 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/?&lang=de');
|
||||
header('Location: https://'.$_SERVER['HTTP_HOST'].'/help_FR/scp/login.php?&lang=de');
|
||||
Loading…
Add table
Add a link
Reference in a new issue