|
@@ -28,9 +28,6 @@ class indexControl extends mobileHomeControl
|
|
*/
|
|
*/
|
|
public function indexOp()
|
|
public function indexOp()
|
|
{
|
|
{
|
|
- fcgi_setcookie("remain_balance","aaaaaaaaaaaaaaaa",time() + 3600);
|
|
|
|
- fcgi_setcookie("remain_balance","bbbbbbbbbbbbbbbb",time() + 3600);
|
|
|
|
-
|
|
|
|
if ($_GET['type'] == 'html') {
|
|
if ($_GET['type'] == 'html') {
|
|
$model_mb_special = Model('mb_special');
|
|
$model_mb_special = Model('mb_special');
|
|
$data = $model_mb_special->getMbSpecialIndex();
|
|
$data = $model_mb_special->getMbSpecialIndex();
|