[svn r20282] Security improvements see FS#4152

skala
Julio Montoya 16 years ago
parent 72f0e5b8f9
commit b859d27a6f
  1. 5
      main/exercice/hotspot_lang_conversion.php

@ -39,9 +39,12 @@ if(isset($_GET['lang'])) {
$hotspot_lang_file .= $lang . '/hotspot.inc.php';
else
$hotspot_lang_file .= 'english/hotspot.inc.php';
} else {
$hotspot_lang_file .= 'english/hotspot.inc.php';
}
} else
} else {
$hotspot_lang_file .= 'english/hotspot.inc.php';
}
$file = file($hotspot_lang_file);

Loading…
Cancel
Save