/src/configtest.php

Description

SquirrelMail configtest script

Includes
include_once (SM_PATH.'functions/plugin.php') (line 312)

mbstring.func_overload allows to replace original string and regexp functions with their equivalents from php mbstring extension. It causes problems when scripts analyze 8bit strings byte after byte or use 8bit strings in regexp tests.

Setting can be controlled in php.ini (php 4.2.0), webserver config (php 4.2.0) and .htaccess files (php 4.3.5).

include_once ('DB.php') (line 697)
include_once (SM_PATH.'include/languages.php') (line 605)

OK, close connection

require (SM_PATH.'functions/global.php') (line 84)

load minimal function set

require (SM_PATH.'config/config.php') (line 106)
require (SM_PATH.'config/config_local.php') (line 110)
require (SM_PATH.'config/config_default.php') (line 93)

Load all configuration files before output begins

Functions
do_err (line 68)

Displays error messages and warnings

void do_err (string $str, [boolean $fatal = TRUE])
  • string $str: message
  • boolean $fatal: fatal error or only warning

Documentation generated on Sat, 07 Oct 2006 16:09:44 +0300 by phpDocumentor 1.3.0RC6