From a60e4a5d7756697897003c222827a8542dcde9c6 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sun, 10 Sep 2006 17:43:28 +0000 Subject: move stats settings to stats. --- admin/admin_stats_inc.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 admin/admin_stats_inc.php (limited to 'admin') diff --git a/admin/admin_stats_inc.php b/admin/admin_stats_inc.php new file mode 100644 index 0000000..6de3290 --- /dev/null +++ b/admin/admin_stats_inc.php @@ -0,0 +1,14 @@ + 'Referer Statistics', + 'note' => 'Records statistics including HTTP_REFERRER', +); +$gBitSmarty->assign( 'formFeaturesBit', $formFeaturesBit ); + +if( !empty( $_REQUEST['change_prefs'] ) ) { + foreach( $formFeaturesBit as $item => $info ) { + simple_set_toggle( $item, STATS_PKG_NAME ); + } +} + +?> -- cgit v1.3