diff options
| author | Ben Fuhrmannek | 2014-11-25 15:21:33 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-25 15:21:33 +0100 |
| commit | 720190413f66caa347cc7f386ca7abd43273e4ca (patch) | |
| tree | c55e11614246e3cb78b367725f790092bf337d22 /tests/include/include_once_constant.phpt | |
| parent | 0fa87e1ab1697cb3b39e3a5663f97dc15cf8d98f (diff) | |
corrected ugly grammar mistake "an URL" -> "a URL"
Diffstat (limited to 'tests/include/include_once_constant.phpt')
| -rw-r--r-- | tests/include/include_once_constant.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/include_once_constant.phpt b/tests/include/include_once_constant.phpt index 3faac33..66823cd 100644 --- a/tests/include/include_once_constant.phpt +++ b/tests/include/include_once_constant.phpt | |||
| @@ -14,4 +14,4 @@ suhosin.executor.include.blacklist= | |||
| 14 | include_once "http://127.0.0.1/"; | 14 | include_once "http://127.0.0.1/"; |
| 15 | ?> | 15 | ?> |
| 16 | --EXPECTF-- | 16 | --EXPECTF-- |
| 17 | ALERT - Include filename ('http://127.0.0.1/') is an URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 2) | 17 | ALERT - Include filename ('http://127.0.0.1/') is a URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 2) |
