kontakt

MONTE FLU GMBH
Wiseneggstraße 28
5562 Obertauern
Telefon: +43 660 400 33 99
E-Mail: info@flubachalm.at
class user_robots { function main($content,$conf){ header('Content-Type:text/plain; charset=utf-8;'); $conf["value"] = str_replace("{TYPO3_REQUEST_HOST}",t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST'),$conf["value"]); die($conf["value"]); //exit; $content = explode(chr(10),$conf["value"]); $content = str_replace("TYPO3_REQUEST_HOST",t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST'),$content); return implode(chr(10), $content); } } ?>