]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/modules/admin/what-config_stats.php
win32 to unix line delimiters changed
[mailer.git] / 0.2.1 / inc / modules / admin / what-config_stats.php
index 5378300bc58f7d39e4adf8ceecc87b47c02fdf7e..be02cfa9d5230eb87ae1491d12dd8493bf0a49ea 100644 (file)
@@ -1,79 +1,79 @@
-<?php\r
-/************************************************************************\r
- * MXChange v0.2.1                                    Start: 04/09/2004 *\r
- * ================                             Last change: 04/09/2004 *\r
- *                                                                      *\r
- * -------------------------------------------------------------------- *\r
- * File              : what-stats.php                                   *\r
- * -------------------------------------------------------------------- *\r
- * Short description : Setup default statistics mode                    *\r
- * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  : Standart Modus der Statistiken einstellen        *\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'])) || (!IS_ADMIN()))\r
-{\r
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";\r
-       require($INC);\r
-}\r
-// Add description as navigation point\r
-ADD_DESCR("admin", basename(__FILE__));\r
-\r
-if (isset($_POST['ok']))\r
-{\r
-       // Save settings\r
-       ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");\r
-}\r
- else\r
-{\r
-       // Guest stats\r
-       switch (strtolower($CONFIG['guest_stats']))\r
-       {\r
-       case "members":\r
-               define('__MEMBERS_RADIO', " checked selected");\r
-               define('__MODULES_RADIO', "");\r
-               define('__INACTIVE_RADIO', "");\r
-               break;\r
-\r
-       case "modules":\r
-               define('__MEMBERS_RADIO', "");\r
-               define('__MODULES_RADIO', " checked selected");\r
-               define('__INACTIVE_RADIO', "");\r
-               break;\r
-\r
-       case "inactive":\r
-               define('__MEMBERS_RADIO', "");\r
-               define('__MODULES_RADIO', "");\r
-               define('__INACTIVE_RADIO', " checked selected");\r
-               break;\r
-       }\r
-\r
-       // Max stats entries per page\r
-       define('__STATS_LIMIT', $CONFIG['stats_limit']);\r
-\r
-       // Load template\r
-       LOAD_TEMPLATE("admin_config_stats");\r
-}\r
-//\r
-?>\r
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 04/09/2004 *
+ * ================                             Last change: 04/09/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-stats.php                                   *
+ * -------------------------------------------------------------------- *
+ * Short description : Setup default statistics mode                    *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Standart Modus der Statistiken einstellen        *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * 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'])) || (!IS_ADMIN()))
+{
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       require($INC);
+}
+// Add description as navigation point
+ADD_DESCR("admin", basename(__FILE__));
+
+if (isset($_POST['ok']))
+{
+       // Save settings
+       ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");
+}
+ else
+{
+       // Guest stats
+       switch (strtolower($CONFIG['guest_stats']))
+       {
+       case "members":
+               define('__MEMBERS_RADIO', " checked selected");
+               define('__MODULES_RADIO', "");
+               define('__INACTIVE_RADIO', "");
+               break;
+
+       case "modules":
+               define('__MEMBERS_RADIO', "");
+               define('__MODULES_RADIO', " checked selected");
+               define('__INACTIVE_RADIO', "");
+               break;
+
+       case "inactive":
+               define('__MEMBERS_RADIO', "");
+               define('__MODULES_RADIO', "");
+               define('__INACTIVE_RADIO', " checked selected");
+               break;
+       }
+
+       // Max stats entries per page
+       define('__STATS_LIMIT', $CONFIG['stats_limit']);
+
+       // Load template
+       LOAD_TEMPLATE("admin_config_stats");
+}
+//
+?>