approot.inc.php 51 B

123
  1. <?php
  2. define('APPROOT', dirname(__FILE__).'/');
  3. ?>