mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 03:32:48 +00:00
14 lines
164 B
PHP
14 lines
164 B
PHP
<?php
|
|
namespace app\index\controller;
|
|
|
|
class Index
|
|
{
|
|
public function _empty()
|
|
{
|
|
// header('Location:http://www.crmeb.net/');
|
|
exit;
|
|
}
|
|
}
|
|
|
|
|