mirror of
https://github.com/vrana/adminer.git
synced 2026-08-05 00:40:46 +02:00
Don't translate _compile.php
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@46 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -23,7 +23,7 @@ error_reporting(E_ALL & ~E_NOTICE);
|
||||
if ($_SERVER["argc"] > 1) {
|
||||
include "./lang.inc.php";
|
||||
if ($_SERVER["argc"] != 2 || !in_array($_SERVER["argv"][1], lang())) {
|
||||
echo lang('Usage: php _compile.php [lang]') . "\n" . lang('Purpose: Compile phpMinAdmin[-lang].php from index.php.') . "\n";
|
||||
echo "Usage: php _compile.php [lang]\nPurpose: Compile phpMinAdmin[-lang].php from index.php.\n";
|
||||
exit(1);
|
||||
}
|
||||
$_SESSION["lang"] = $_SERVER["argv"][1];
|
||||
|
||||
Reference in New Issue
Block a user