squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
plugins | |
Variables | |
const | SM_PATH '../../' |
$SQSPELL_DIR ='plugins/squirrelspell/' | |
$SQSPELL_CRYPTO =FALSE | |
if(isset($_POST['MOD'])) elseif(isset($_GET['MOD'])) if(!isset($MOD)||! $MOD) | else |
$SQSPELL_CRYPTO =FALSE |
Definition at line 35 of file sqspell_interface.php.
Referenced by sqspell_getWords(), and sqspell_writeWords().
$SQSPELL_DIR ='plugins/squirrelspell/' |
Set up a couple of non-negotiable constants and defaults. Don't change these, * the setuppable stuff is in sqspell_config.php
Definition at line 34 of file sqspell_interface.php.
$MOD is the name of the module to invoke. If $MOD is unspecified, assign "init" to it. Else check for security breach attempts.
Definition at line 53 of file sqspell_interface.php.
const SM_PATH '../../' |
Load the stuff needed from SquirrelMail @ignore
Definition at line 23 of file sqspell_interface.php.