File/plugins/vadmin/vadmin_main.php

Description

vadmin_main.php ---------------- Main wrapper for the vadmin interface. This file is accessed by admins and takes care of all authorizations.

Licensed under GNU GPL v2. Please see COPYING for full terms.

  • author: Konstantin Riabitsev ($Author: graf25 $)
  • version: $Id: vadmin_main.php 1079 2007-12-16 12:31:59Z tokul $
Includes
 include_once ($module) (line 226)

Load the necessary module. Include_once so squirrelmail doesn't automatically "fix" it.

 require_once (SM_PATH.'include/validate.php') (line 20)
 require_once ('./config_parser.php') (line 25)

Load the config parser before we chdir.

 require_once ($storage_functions_file) (line 60)

See what setting is storage.type set to and load the needed file. This is the only place where error checking is implemented since many different storage types are possible.

 require_once ($vmail_inc) (line 71)

Load vmail.inc.

 require_once (SM_PATH.'plugins/vadmin/includes/vadmin_functions.inc') (line 37)

Load main functions.

Documentation generated on Sun, 22 Nov 2009 17:36:53 +0200 by phpDocumentor 1.4.3