index.php 165 B

12345
  1. <?php
  2. // $url = api_get_path(WEB_PUBLIC_PATH).'admin'; // This function not exist
  3. $url = '../../web/admin'; // go to admin page.
  4. header('Location: ' . $url);
  5. exit;