Index.php 164 B

12345678910111213
  1. <?php
  2. namespace app\index\controller;
  3. class Index
  4. {
  5. public function _empty()
  6. {
  7. // header('Location:http://www.crmeb.net/');
  8. exit;
  9. }
  10. }