2018-12-31 13:39:11 +08:00

14 lines
164 B
PHP

<?php
namespace app\index\controller;
class Index
{
public function _empty()
{
// header('Location:http://www.crmeb.net/');
exit;
}
}