summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6ceff2a)
raw | patch | inline | side by side (parent: 6ceff2a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 12:52:21 +0000 (12:52 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 12:52:21 +0000 (12:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6304 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Checks.inc | patch | blob | history |
index cc24c973109f888dc7cde1392aaab2792caa3838..366ab1b2eebc882dc1bf7cc4c29f84606879828d 100644 (file)
/* Register_globals off */
$N = "register_globals = <b>"._("Off")."</b>";
- $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;