summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2be5ba1)
raw | patch | inline | side by side (parent: 2be5ba1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 07:46:33 +0000 (07:46 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 07:46:33 +0000 (07:46 +0000) |
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index 1aac30891708b74512a1f880c3cf0802f42e1b93..c922ca851b8dd7a6d677df47b4cf00b2ef6317d2 100644 (file)
--- a/html/index.php
+++ b/html/index.php
$checkarr = array();
foreach($str as $tr){
if(isset($tr['needonstartup'])){
+ print_red(_($tr['msg']));
print_red(_("Your ldap setup contains old schema definitions. Please re-run the setup."));
print $_SESSION['errors'];
exit();