Source for file setup.php

Documentation is available at setup.php

  1. <?php
  2. /* setup file for the IMAP server info plugin
  3. * Copyright (c) 1999-2020 The SquirrelMail Project Team
  4. * Licensed under the GNU GPL. For full terms see the file COPYING.
  5. *
  6. * by: Jason Munro [email protected]
  7. *
  8. * $Id: setup.php 14840 2020年01月07日 07:42:38Z pdontthink $
  9. *
  10. */
  11. require_once (SM_PATH . 'plugins/info/functions.php');
  12. global $squirrelmail_plugin_hooks;
  13. $squirrelmail_plugin_hooks['optpage_register_block']['info'] = 'info_opt';
  14. }
  15. function info_opt () {
  16. global $optpage_blocks;
  17. $optpage_blocks[] = array(
  18. 'name' => _ ("IMAP server information"),
  19. 'url' => '../plugins/info/options.php',
  20. 'desc' => _ ("Run some test IMAP commands, displaying both the command and the result. These tests use the SquirrelMail IMAP commands and your current SquirrelMail configuration. Custom command strings can be used."),
  21. 'js' => false
  22. );
  23. }

Documentation generated on 2020年1月13日 04:25:17 +0100 by phpDocumentor 1.4.3

AltStyle によって変換されたページ (->オリジナル) /