win32 to unix line delimiters changed
[mailer.git] / 0.2.1 / inc / modules / guest / what-wernis_portal.php
index 582c9d17cfc62fce40142f958f8011a9a69aa7a9..7cd8ea8ab4e1d821247f4689bc35574ecdeeea1e 100644 (file)
@@ -1,67 +1,67 @@
-<?php\r
-/************************************************************************\r
- * MXChange v0.2.1                                    Start: 10/19/2003 *\r
- * ================                             Last change: 10/19/2003 *\r
- *                                                                      *\r
- * -------------------------------------------------------------------- *\r
- * File              : what-                                            *\r
- * -------------------------------------------------------------------- *\r
- * Short description :                                                  *\r
- * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  :                                                  *\r
- * -------------------------------------------------------------------- *\r
- *                                                                      *\r
- * -------------------------------------------------------------------- *\r
- * Copyright (c) 2003 - 2008 by Roland Haeder                           *\r
- * For more information visit: http://www.mxchange.org                  *\r
- *                                                                      *\r
- * This program is free software; you can redistribute it and/or modify *\r
- * it under the terms of the GNU General Public License as published by *\r
- * the Free Software Foundation; either version 2 of the License, or    *\r
- * (at your option) any later version.                                  *\r
- *                                                                      *\r
- * This program is distributed in the hope that it will be useful,      *\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of       *\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *\r
- * GNU General Public License for more details.                         *\r
- *                                                                      *\r
- * You should have received a copy of the GNU General Public License    *\r
- * along with this program; if not, write to the Free Software          *\r
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *\r
- * MA  02110-1301  USA                                                  *\r
- ************************************************************************/\r
-\r
-// Some security stuff...\r
-if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))\r
-{\r
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";\r
-       require($INC);\r
-}\r
-\r
-// Special file\r
-require_once (PATH."inc/rdf.class.php");\r
-\r
-// Add description as navigation point\r
-ADD_DESCR("guest", basename(__FILE__));\r
-\r
-OUTPUT_HTML("<DIV style=\"padding-left: 10px; padding-right: 10px\">");\r
-$rdf = new fase4_rdf;\r
-$rdf->use_dynamic_display(false);\r
-$rdf->set_CacheDir(PATH."cache/");\r
-$rdf->set_salt(SITE_KEY);\r
-$rdf->set_Options(\r
-       array(\r
-               "textinput" => "hidden",\r
-               "sitelink"  => "http://www.wds66.com",\r
-               "refid"     => "10437",\r
-               "reflink"   => "/ref.php?refid=",\r
-       )\r
-);\r
-$rdf->set_max_item(10);\r
-$rdf->parse_RDF("http://www.wds66.com/rss.xml");\r
-$rdf->finish();\r
-$rdf->clear_cache();\r
-OUTPUT_HTML("</DIV>");\r
-\r
-//\r
-?>\r
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 10/19/2003 *
+ * ================                             Last change: 10/19/2003 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2008 by Roland Haeder                           *
+ * For more information visit: http://www.mxchange.org                  *
+ *                                                                      *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or    *
+ * (at your option) any later version.                                  *
+ *                                                                      *
+ * This program is distributed in the hope that it will be useful,      *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
+ * GNU General Public License for more details.                         *
+ *                                                                      *
+ * You should have received a copy of the GNU General Public License    *
+ * along with this program; if not, write to the Free Software          *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
+{
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       require($INC);
+}
+
+// Special file
+require_once (PATH."inc/rdf.class.php");
+
+// Add description as navigation point
+ADD_DESCR("guest", basename(__FILE__));
+
+OUTPUT_HTML("<DIV style=\"padding-left: 10px; padding-right: 10px\">");
+$rdf = new fase4_rdf;
+$rdf->use_dynamic_display(false);
+$rdf->set_CacheDir(PATH."cache/");
+$rdf->set_salt(SITE_KEY);
+$rdf->set_Options(
+       array(
+               "textinput" => "hidden",
+               "sitelink"  => "http://www.wds66.com",
+               "refid"     => "10437",
+               "reflink"   => "/ref.php?refid=",
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF("http://www.wds66.com/rss.xml");
+$rdf->finish();
+$rdf->clear_cache();
+OUTPUT_HTML("</DIV>");
+
+//
+?>