all.config
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. if( ! defined( $default ) ) {
  3.    $default = new Defaults();
  4. }
  5. if ( ! isset( $PROMETHEUS_APP_BASE ) ) {
  6.    $PROMETHEUS_APP_BASE = './';
  7. }
  8. include( $PROMETHEUS_APP_BASE . '/config/current_apps.php3' );
  9. include( $PROMETHEUS_APP_BASE . '/config/defaults.php3' );
  10. include( $PROMETHEUS_APP_BASE . '/config/html.php3' );
  11. include( $PROMETHEUS_APP_BASE . '/config/db.php3' );
  12. include( $PROMETHEUS_APP_BASE . '/config/url.php3' );
  13. include( $PROMETHEUS_APP_BASE . '/config/smtp.php3' );
  14. ?>