]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/modules/admin/what-cache_stats.php
win32 to unix line delimiters changed
[mailer.git] / 0.2.1 / inc / modules / admin / what-cache_stats.php
index 46fc4141212fe3b183b19cb64ab9b24c96509d5b..69a69481052cc7a2e02eb6f54493eccdc8869ade 100644 (file)
@@ -1,55 +1,55 @@
-<?php\r
-/************************************************************************\r
- * MXChange v0.2.1                                    Start: 04/29/2005 *\r
- * ================                             Last change: 04/29/2005 *\r
- *                                                                      *\r
- * -------------------------------------------------------------------- *\r
- * File              : what-cache_stats.php                             *\r
- * -------------------------------------------------------------------- *\r
- * Short description : Stats for the caching extension                  *\r
- * -------------------------------------------------------------------- *\r
- * Kurzbeschreibung  : Statistiken fuer die Cache-Erweiterung           *\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
-\r
-// Add description as navigation point\r
-ADD_DESCR("admin", basename(__FILE__));\r
-\r
-// Prepare data for the template\r
-define('__DB_HITS'   , $CONFIG['db_hits']);\r
-$HITS = str_repeat("&nbsp;", abs(strlen($CONFIG['db_hits']) - strlen($CONFIG['cache_hits']))).$CONFIG['cache_hits'];\r
-define('__CACHE_HITS', $HITS);\r
-define('__TOTAL_HITS', ($CONFIG['db_hits'] + $CONFIG['cache_hits']));\r
-define('__CACHE_PERC', TRANSLATE_COMMA(($CONFIG['cache_hits'] / __TOTAL_HITS  * 100)));\r
-\r
-// Load template\r
-LOAD_TEMPLATE("admin_cache_stats");\r
-\r
-//\r
-?>\r
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 04/29/2005 *
+ * ================                             Last change: 04/29/2005 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-cache_stats.php                             *
+ * -------------------------------------------------------------------- *
+ * Short description : Stats for the caching extension                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Statistiken fuer die Cache-Erweiterung           *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * 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__));
+
+// Prepare data for the template
+define('__DB_HITS'   , $CONFIG['db_hits']);
+$HITS = str_repeat("&nbsp;", abs(strlen($CONFIG['db_hits']) - strlen($CONFIG['cache_hits']))).$CONFIG['cache_hits'];
+define('__CACHE_HITS', $HITS);
+define('__TOTAL_HITS', ($CONFIG['db_hits'] + $CONFIG['cache_hits']));
+define('__CACHE_PERC', TRANSLATE_COMMA(($CONFIG['cache_hits'] / __TOTAL_HITS  * 100)));
+
+// Load template
+LOAD_TEMPLATE("admin_cache_stats");
+
+//
+?>