33 @include_once(
"PEAR.php");
34 @include_once(
"Auth/Auth.php");
35 @include_once(
"MDB2.php");
36 @include_once(
"MDB2/Driver/mysql.php");
39 @include_once
"HTML/Template/ITX.php";
42 if (!class_exists(
"HTML_Template_ITX"))
44 include_once
"HTML/ITX.php";
54 if (!strstr(php_uname(),
"Windows"))
68 $logo = (is_file(
"../templates/default/images/HeaderIcon.png"))
69 ?
"../templates/default/images/HeaderIcon.png"
70 :
"./templates/default/images/HeaderIcon.png";
72 <div style=
"border-color:#9EADBA; border-style:solid; border-width:1px; padding: 10px; margin: 150px 25%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:0.9em;">
73 <img src=<?php echo
'"'.$logo.
'"'; ?> border=
"0" /><br /><br />
74 <span style=
"font-size:120%;">Welcome to
ILIAS.</span><br/><br/>
75 To run
ILIAS 3 you will need the following missing
PEAR components:
78 if (!
$pear) echo
"<li>PEAR</li>";
79 if (!
$auth) echo
"<li>Auth</li>";
81 if (!
$mdb2) echo
"<li>MDB2</li>";
85 You can find help on how to install the missing components
87 <a href=
"http://www.ilias.de/docu/goto.php?target=lm_367&client_id=docu" target=
"_blank">
88 ILIAS website</a>. General help on
PEAR is available at
89 <a href=
"http://pear.php.net" target=
"_blank">http:
98 $msg =
"<p><b>Error: Couldn't find module Auth in your PEAR API!</b><br/>".
99 "ILIAS 3 requires this module for authentification. ".
100 "Please read the manual how to install the auth module before using ILIAS 3.</p>".
101 "<p>More information and a documetation about the PEAR API can be found at ".
102 "<a href=\"http://pear.php.net\" target=\"_blank\">http://pear.php.net</a></p>";