stat_bonus.php 263 B

123456789101112131415
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. class stat_bonusControl extends SystemControl
  4. {
  5. public function __construct() {
  6. parent::__construct();
  7. }
  8. public function indexOp()
  9. {
  10. Tpl::showpage('stat.bonus.list');
  11. }
  12. }