| Aw:: Protector unsicher? |
Betreff: Aw:: Protector unsicher? von Tele81 am 24.02.2009 11:59:18 Ja du must noch was in der mainfile ändern. define('XOOPS_GROUP_ADMIN', '1'); define('XOOPS_GROUP_USERS', '2'); define('XOOPS_GROUP_ANONYMOUS', '3'); include( XOOPS_ROOT_PATH . '/modules/protector/include/precheck.inc.php' ) ;if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '' ) { include XOOPS_ROOT_PATH."/include/common.php"; } include( XOOPS_ROOT_PATH . '/modules/protector/include/postcheck.inc.php' ) ; Das muss dann so aussehen, das rote muss quasie geändert werden. |