include.php 110 B

123
  1. <?php
  2. define('DEVER_INCLUDE_PATH', DEVER_PATH);
  3. set_include_path(get_include_path() . PATH_SEPARATOR . $path);