From: hickert Date: Wed, 16 May 2007 12:25:13 +0000 (+0000) Subject: Updated setup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9e39f0fc69d1d5faf0d834d49469cf7c340480af;p=gosa.git Updated setup git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6401 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setup.inc b/setup/class_setup.inc index 069628a3e..9fd17ee2f 100644 --- a/setup/class_setup.inc +++ b/setup/class_setup.inc @@ -79,7 +79,7 @@ class setup * but only do this, if user is allowed to use the setup. * If setupStep_Welcome is_completed, we are allowed to view those infos- */ - if(isset($_GET['info']) && get_class($this->o_steps[1]) == "Step_Welcome" && $this->o_steps[1]->is_completed()){ + if(isset($_GET['info']) && preg_match("/Step_Welcome/i",get_class($this->o_steps[1])) && $this->o_steps[1]->is_completed()){ phpinfo(); exit(); }