fix db connection;remove unused credentials;apply redirect to login-screen

This commit is contained in:
ekin.tertemiz 2026-01-05 09:37:24 +01:00
commit 9f4d412965
3 changed files with 12 additions and 11 deletions

View file

@ -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');