From ff0ca9e6c45f1fbd405bf177acba8879da864e7a Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 8 May 2007 12:52:21 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6304 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Checks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/class_setupStep_Checks.inc b/setup/class_setupStep_Checks.inc index cc24c9731..366ab1b2e 100644 --- a/setup/class_setupStep_Checks.inc +++ b/setup/class_setupStep_Checks.inc @@ -181,7 +181,7 @@ class Step_Checks extends setup_step /* Register_globals off */ $N = "register_globals = "._("Off").""; - $D = _("register_globals is a PHP mechanism to register all global varibales to be accessible from scripts without changing the scope. This may be a security risk."); + $D = _("register_globals is a PHP mechanism to register all global variables to be accessible from scripts without changing the scope. This may be a security risk."); $S = _("Search for 'register_globals' in your php.ini and switch it to 'Off'."); $R = ini_get("register_globals") == 0; $M = FALSE; -- 2.30.2