openSRS_config.php 542 B

123456789101112131415
  1. <?php
  2. namespace DNSManager\opensrs;
  3. // Paths
  4. // Setting default path to the same directory this file is in
  5. define ("OPENSRSURI", dirname(__FILE__) . "/");
  6. // Application core configurations.
  7. define ("OPENSRSCONFINGS", "configurations/");
  8. define ("OPENSRSDOMAINS", "domains/");
  9. define ("OPENSRSMAIL", "mail/");
  10. define ("OPENSRSFASTLOOKUP", "fastlookup/");
  11. // Active Config file is file that points to the OpenSRS file holding connection information
  12. define ("ACTIVECONFIG", OPENSRSURI . OPENSRSCONFINGS ."activeConfig.xml");