ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
inc.check_pear.php File Reference

Go to the source code of this file.

Namespaces

namespace  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

$html_templ_it = true

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

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

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

$mdb2 = class_exists("MDB2")

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

$mdb2_mysql = class_exists("MDB2_Driver_mysql")

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

$pear = class_exists("PEAR")

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

$tpl_class_name = "HTML_Template_ITX"

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