Hi
Beim ACp kommt ganz oben dies als Text und wird wohl nicht als PHP interpretiert.
PHP
require("./security/cache/config.inc.php"); require("./lib/class_security.php"); $security = new security(); $lang->load('security'); if(file_exists("./security/cache/security.lock")) { acp_error($lang->get('LANG_SECURITY_ACP_PROTECTION_ERROR')); exit; }
SecuritySystem 3.0.0
WBB 2.3.4
Wenn ich mich dann einlogge kommt dieser Fehler
require("./security/cache/config.inc.php"); require("./lib/class_security.php"); $security = new security(); $lang->load('security'); if(file_exists("./security/cache/security.lock")) { acp_error($lang->get('LANG_SECURITY_ACP_PROTECTION_ERROR')); exit; }
Warning: Cannot modify header information - headers already sent by (output started at /kunden/149373_9527/acp/global.php:11) in /kunden/149373_9527/acp/login.php on line 46
was mach ich falsch?
MfG Buffi