From: hickert Date: Fri, 27 Apr 2007 13:15:21 +0000 (+0000) Subject: Added php info link X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e213a0a63ea7b8ac212918a4c9772a05ddda7ca9;p=gosa.git Added php info link git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6209 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setup.inc b/setup/class_setup.inc index d1d73fb8a..a774c5043 100644 --- a/setup/class_setup.inc +++ b/setup/class_setup.inc @@ -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 */ diff --git a/setup/setup_checks.tpl b/setup/setup_checks.tpl index d270421da..559bda8f6 100644 --- a/setup/setup_checks.tpl +++ b/setup/setup_checks.tpl @@ -5,6 +5,7 @@
+ {t}Show PHP information{/t}

{t}PHP module and extension checks{/t}