mirror of
https://github.com/vrana/adminer.git
synced 2026-02-25 16:11:26 +01:00
Bump version to 4.10-dev
This commit is contained in:
3
lang.php
3
lang.php
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
error_reporting(6135); // errors and warnings
|
||||
include dirname(__FILE__) . "/adminer/include/errors.inc.php";
|
||||
|
||||
unset($_COOKIE["adminer_lang"]);
|
||||
$_SESSION["lang"] = $_SERVER["argv"][1]; // Adminer functions read language from session
|
||||
if (isset($_SESSION["lang"])) {
|
||||
|
||||
Reference in New Issue
Block a user