ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
inc.check_pear.php File Reference

Go to the source code of this file.

Namespaces

 ilias
 redirection script todo: (a better solution should control the processing via a xml file)
 

Variables

 $tpl_class_name = "HTML_Template_ITX"
 
 $html_templ_it = true
 
if(!class_exists("HTML_Template_ITX")) $include_paths = ini_get("include_path")
 
 $separator = ";"
 
 $pear = class_exists("PEAR")
 
 $auth = class_exists("Auth")
 
 $mdb2 = class_exists("MDB2")
 
 $mdb2_mysql = class_exists("MDB2_Driver_mysql")
 

Variable Documentation

◆ $auth

◆ $html_templ_it

$html_templ_it = true

Definition at line 41 of file inc.check_pear.php.

◆ $include_paths

if (!strstr(php_uname(), "Windows")) $include_paths = ini_get("include_path")

Definition at line 49 of file inc.check_pear.php.

◆ $mdb2

$mdb2 = class_exists("MDB2")

Definition at line 63 of file inc.check_pear.php.

◆ $mdb2_mysql

$mdb2_mysql = class_exists("MDB2_Driver_mysql")

Definition at line 64 of file inc.check_pear.php.

◆ $pear

$pear = class_exists("PEAR")

Definition at line 61 of file inc.check_pear.php.

◆ $separator

◆ $tpl_class_name

$tpl_class_name = "HTML_Template_ITX"

Definition at line 40 of file inc.check_pear.php.