wartung === true){ die(ERR_WARTUNG_TEXT); } if (file_exists("../".CUSTOMER_ROOT_DIR.$_REQUEST['customerName'])) { require_once ("../class/Keyword.class.php"); $cK = new Keyword($_REQUEST['customerName']); if ($cK->validateCustomer($_REQUEST['fingerprint']) === false) { die (ERR_AUTH_TEXT); } $keyId = empty($_REQUEST['keyId'])?0:$_REQUEST['keyId']; $keyId = str_replace("_", "", $keyId); $cK->createRss(); } else { die (ERR_AUTH_TEXT); } ?>