Index.php 123 B

12345678910
  1. <?php
  2. namespace app\agent\controller;
  3. class Index
  4. {
  5. public function index()
  6. {
  7. return redirect('/agent.php/home');
  8. }
  9. }