Hi,
Ich bekomme bei keinem Ordner, egal ob als Gast, User oder Admin eine Passwortabfrage.
Geht das anderen auch so?
ich hab in der index.php Zeile 131 die Abfrage geƤndert:
Original:
if (mxSessionGetVar("sgid".$xcat['alb_pass_id'])==false and !(MX_IS_USER or !MX_IS_ADMIN)) mxRedirect("modules.php?name=$module_name&act=unlock&cat=$cat");
Neu:
if (mxSessionGetVar("sgid".$xcat['alb_pass_id'])==false and (!MX_IS_USER or !MX_IS_ADMIN)) mxRedirect("modules.php?name=$module_name&act=unlock&cat=$cat");
Also das Ausrufezeichen bei MX_IS_USER.
Hab aber noch nicht alle Varianten getestet.
muss ich mir ansehen...