|
From: Jon O. <jon...@us...> - 2005-08-20 18:21:21
|
Update of /cvsroot/mxbb/mx_act/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22415/modules/mx_act/admin Modified Files: admin_activity.php Log Message: Updating... Index: admin_activity.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/admin/admin_activity.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_activity.php 12 Apr 2005 19:48:19 -0000 1.4 --- admin_activity.php 20 Aug 2005 18:21:13 -0000 1.5 *************** *** 1,814 **** ! <?php ! /** ! * admin_activity.php ! * -------------------- ! * begin : Tuesday, October 15, 2002 ! * copyright : (c)2002 www.iNetAngel.com ! * email : su...@iN... ! * ! * $Id : admin_activity.php, v2.0.0 2003/12/18 59:59:59 Napoleon Exp $ ! * [...1599 lines suppressed...] ! "S_USE_PSM_YES" => $use_point_system_yes, ! "S_USE_PSM_NO" => $use_point_system_no, ! "S_USE_CASH_YES" => $use_cash_system_yes, ! "S_USE_CASH_NO" => $use_cash_system_no, ! "S_USE_ASM_YES" => $use_allowance_system_yes, ! "S_USE_ASM_NO" => $use_allowance_system_no, ! "S_USE_REWARDS_YES" => $use_rewards_yes, ! "S_USE_REWARDS_NO" => $use_rewards_no, ! ! "S_GAMES_PATH" => $games_path, ! "S_GAMELIB_PATH" => $gamelib_path, ! "S_GAMES_PER_PAGE" => $games_per_page, ! "S_HIDDEN_FIELDS" => '' ) ! ); ! } ! // Generate the page ! $template->pparse( 'body' ); ! include( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); ! ! ?> |