mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
in database-config the language option is checked??? I have removed this.
This commit is contained in:
parent
870e608e8c
commit
2ec85c38f4
@ -48,15 +48,6 @@ if($_POST['databaseConfig'] == "DatabaseConfiguration")
|
||||
$_SESSION['database'] = $_POST['database'];
|
||||
else
|
||||
$_SESSION['database'] = _DBNAME;
|
||||
|
||||
/*!
|
||||
* Update language setting
|
||||
!*/
|
||||
if ((eregi("^[a-z]+$", $_POST['language'])) and (strlen($_POST['language']) == 2))
|
||||
$_SESSION['language'] = $_POST['language'];
|
||||
else
|
||||
$_SESSION['language'] = 'en'; // default
|
||||
|
||||
}
|
||||
|
||||
$szRedirectLink = "database-config.php";
|
||||
|
Loading…
x
Reference in New Issue
Block a user