mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Fixed bug in generate_lang_file.php that display name of include files
This commit is contained in:
parent
bb7b3338ea
commit
8f5215b74a
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ require_once('../conf/config.inc.php');
|
|||
if ($argc > 1) {
|
||||
for ($i=1;$i<$argc;$i++) {
|
||||
if (is_file($argv[$i])) {
|
||||
echo $argv[$i];
|
||||
@include($argv[$i]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue