X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Fgetbin.php;h=55b7188fedafd27b990f2fb71d2675dcb4ca8af7;hb=bf5082df658ccc3f3ff9a22ae00e407e8bcb5a17;hp=aa0f037fa1b804b735dd2ce86ee88108403b8dd8;hpb=8ca1b0f0dddf7d93caf9ac88c3d551628bcd8f95;p=gosa.git diff --git a/gosa-core/html/getbin.php b/gosa-core/html/getbin.php index aa0f037fa..55b7188fe 100644 --- a/gosa-core/html/getbin.php +++ b/gosa-core/html/getbin.php @@ -25,10 +25,10 @@ @require_once ("functions.inc"); error_reporting (0); session::start(); -session::set('errorsAlreadyPosted',array()); +session::global_set('errorsAlreadyPosted',array()); /* Logged in? Simple security check */ -if (!session::is_set('ui')){ +if (!session::global_is_set('ui')){ new log("security","unknown","",array(),"Error: getbin.php called without session") ; header ("Location: index.php"); exit;