Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: statistics.php 5030 2010-06-16 16:34:13Z RyanGordon $
| * $Id: statistics.php 5304 2011-01-12 18:33:54Z Tomm $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 99 | Zeile 99 |
---|
if(empty($stats)) { flash_message($lang->error_no_results_found_for_criteria, 'error');
|
if(empty($stats)) { flash_message($lang->error_no_results_found_for_criteria, 'error');
|
admin_redirect("index.php?module=tools-statistics");
| admin_redirect("index.php?module=tools");
|
} krsort($stats, SORT_NUMERIC);
| } krsort($stats, SORT_NUMERIC);
|