summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c60932)
raw | patch | inline | side by side (parent: 7c60932)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Apr 2007 13:15:21 +0000 (13:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Apr 2007 13:15:21 +0000 (13:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6209 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setup.inc | patch | blob | history | |
setup/setup_checks.tpl | patch | blob | history |
diff --git a/setup/class_setup.inc b/setup/class_setup.inc
index d1d73fb8ae7c778ea78f4777e4f28c33eac36707..a774c50433de1fa5c51b85feecaab7ba36f5da96 100644 (file)
--- a/setup/class_setup.inc
+++ b/setup/class_setup.inc
}
}
-
function execute()
{
/* Display phpinfo() dialog when $_GET['info'] is set,
*/
if(isset($_GET['info']) && get_class($this->o_steps[1]) == "Step_Welcome" && $this->o_steps[1]->is_completed()){
phpinfo();
+ exit();
}
/* display step error msgs */
diff --git a/setup/setup_checks.tpl b/setup/setup_checks.tpl
index d270421da978e1651e13ed87a056015dd9b2e3bd..559bda8f6a8094a42325d99a2a1e640002dbaf25 100644 (file)
--- a/setup/setup_checks.tpl
+++ b/setup/setup_checks.tpl
<!-- Set content styles -->
<div class='default' style='margin:10px;'>
+ <a href='?info' target='_blank'>{t}Show PHP information{/t}</a>
<!-- Beginning PHP module check output -->
<h2 class='step2_container_title'>{t}PHP module and extension checks{/t}</h2>