Source for file setup.php
Documentation is available at setup.php
<?php
/* setup file for the IMAP server info plugin
* Copyright (c) 1999-2020 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
*
* $Id: setup.php 14840 2020年01月07日 07:42:38Z pdontthink $
*
*/
require_once (SM_PATH . 'plugins/info/functions.php');
global $squirrelmail_plugin_hooks;
$squirrelmail_plugin_hooks['optpage_register_block']['info'] = 'info_opt';
}
global $optpage_blocks;
$optpage_blocks[] = array(
'name' =>
_ ("IMAP server information"),
'url' => '../plugins/info/options.php',
'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."),
'js' => false
);
}
Documentation generated on 2020年1月13日 04:25:17 +0100 by phpDocumentor 1.4.3