function Ajax()
{
- $this->JsHttpRequest($_SESSION['language']->encoding);
+ $this->JsHttpRequest(@$_SESSION['language']->encoding);
}
//
// This function is used in ctrl routines to activate
// Prevent register_globals vulnerability
if (isset($_GET['path_to_root']) || isset($_POST['path_to_root']))
die("Restricted access");
-include_once($path_to_root . "/lang/installed_languages.inc");
+@include_once($path_to_root . "/lang/installed_languages.inc");
include_once($path_to_root . "/includes/lang/gettext.php");
class language