win32 to unix line delimiters changed
[mailer.git] / 0.2.1 / css.php
index e8813c42321527f6e5d9f6c246fc92546aea2252..cdc3461e4fd719079005868909cbd8593ce76193 100644 (file)
@@ -1,65 +1,65 @@
-<?php\r
-/************************************************************************\r
- * MXChange v0.2.1                                    Start: 11/06/2004 *\r
- * ===============                              Last change: 12/03/2004 *\r
- *                                                                      *\r
- * -------------------------------------------------------------------- *\r
- * File              : css.php                                          *\r
- * -------------------------------------------------------------------- *\r
- * Short description : Image code for multi-purposes                    *\r
- * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  : Code-Bild fuer verschiedene Zwecke               *\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
-// Deactivate caching system in CSS mode\r
-define('_OB_CACHING', "old");\r
-\r
-// Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )\r
-require_once("inc/libs/security_functions.php");\r
-\r
-// Init "action" and "what"\r
-global $what, $action;\r
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";\r
-if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']);\r
-if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']);\r
-\r
-// This is a CSS file loader!\r
-$CSS = "1"; $GLOBALS['module'] = "css";\r
-\r
-// Load the required file(s)\r
-require ("inc/config.php");\r
-\r
-// Set header\r
-@header("Content-type: text/css");\r
-\r
-// Load header\r
-require_once(PATH."inc/header.php");\r
-\r
-// Load CSS code\r
-require_once(PATH."inc/stylesheet.php");\r
-\r
-// Load footer\r
-require_once(PATH."inc/footer.php");\r
-\r
-//\r
-?>\r
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 11/06/2004 *
+ * ===============                              Last change: 12/03/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : css.php                                          *
+ * -------------------------------------------------------------------- *
+ * Short description : Image code for multi-purposes                    *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Code-Bild fuer verschiedene Zwecke               *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * 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                                                  *
+ ************************************************************************/
+
+// Deactivate caching system in CSS mode
+define('_OB_CACHING', "old");
+
+// Load security stuff here (Oh, I hope this is not unsecure? Am I paranoia??? ;-) )
+require_once("inc/libs/security_functions.php");
+
+// Init "action" and "what"
+global $what, $action;
+$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']);
+if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']);
+
+// This is a CSS file loader!
+$CSS = "1"; $GLOBALS['module'] = "css";
+
+// Load the required file(s)
+require ("inc/config.php");
+
+// Set header
+@header("Content-type: text/css");
+
+// Load header
+require_once(PATH."inc/header.php");
+
+// Load CSS code
+require_once(PATH."inc/stylesheet.php");
+
+// Load footer
+require_once(PATH."inc/footer.php");
+
+//
+?>