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

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. /* Standard prometheus-library objects */
  3. AutoLoad( 'AppServer' );
  4. AutoLoad( 'UserAuth' );
  5. AutoLoad( 'Session' );
  6. AutoLoad( 'User_Theme_Db' );
  7. AutoLoad( 'User_Domain_Db' );
  8. AutoLoad( 'UrlObject' );
  9. AutoLoad( 'FileSizeObject' );
  10. AutoLoad( 'TextObject' );
  11. AutoLoad( 'TemplateObject' );
  12. AutoLoad( 'WebClient' );
  13. /* Application layer stuff */
  14. AutoLoad( 'Defaults' );
  15. AutoLoad( 'UserAdminPrivileges' );
  16. AutoLoad( 'BenchMark' );
  17. /*
  18. AdminPrivileges will be a prereq for the AdminPrivileges_Db object 
  19. */
  20. ?>