Code

Added php info link
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 27 Apr 2007 13:15:21 +0000 (13:15 +0000)
committerhickert <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
setup/setup_checks.tpl

index d1d73fb8ae7c778ea78f4777e4f28c33eac36707..a774c50433de1fa5c51b85feecaab7ba36f5da96 100644 (file)
@@ -56,7 +56,6 @@ class setup
     }
   }
 
-
   function execute()
   {
     /* Display phpinfo() dialog when $_GET['info'] is set,
@@ -65,6 +64,7 @@ class setup
      */
     if(isset($_GET['info']) && get_class($this->o_steps[1]) == "Step_Welcome" && $this->o_steps[1]->is_completed()){
       phpinfo();
+      exit();
     }
 
     /* display step error msgs */
index d270421da978e1651e13ed87a056015dd9b2e3bd..559bda8f6a8094a42325d99a2a1e640002dbaf25 100644 (file)
@@ -5,6 +5,7 @@
 
        <!-- 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>