and tags in the feed) $feed_language = "'.$feed_language.'"; // Language used in the XML feed (can differ from the script language). $copyright = "'.$copyright.'"; // Copyright notice $feed_encoding = "'.$feed_encoding.'"; // Feed Encoding (e.g. "iso-8859-1", "utf-8"). UTF-8 is strongly suggested $explicit_podcast = "'.$explicit_podcast.'"; //does your podcast contain explicit language? ("yes", "no" or "clean") // END OF CONFIGURATION ?>'; $createcf = fopen("$absoluteurl"."config.php",'w'); //open config file fwrite($createcf,$configfiletocreate); //write content into the config file fclose($createcf); // $PG_mainbody .= ''._("Config.php created!").'
'; } // end if logged ?>