index.php 85 B

1234
  1. <?php
  2. $url = api_get_path(WEB_PUBLIC_PATH).'admin';
  3. header('Location: '.$url);
  4. exit;