homeproxy.php 79 B

12345
  1. <?PHP
  2. if (is_readable(APP_HOME_PATH)) {
  3. include(APP_HOME_PATH);
  4. }