<?php /** * IntegralRankController.class.php * 跳转到手机端积分排名页面 * @author Deepseath * @version $Id$ */ namespace Frontend\Controller\Index; class IntegralRankController extends AbstractController { /** * 不是必须登录 * @var string $_require_login */ protected $_require_login = false; public function Index() { redirectFront('/app/page/integral/integral-rank', array( '_identifier' => APP_IDENTIFIER )); } }