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 33 of file sqspell_options.php.
$SQSPELL_DIR ='plugins/squirrelspell/' |
Set a couple of constants and defaults. Don't change these, the configurable stuff is in sqspell_config.php
Definition at line 32 of file sqspell_options.php.
$MOD is the name of the module to invoke. If $MOD is unspecified, assign "options_main" to it. Else check for security breach attempts.
Definition at line 51 of file sqspell_options.php.
const SM_PATH '../../' |
Load some necessary stuff from SquirrelMail. @ignore
Definition at line 20 of file sqspell_options.php.