diff options
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 0cfc2f42ec..168d4cb9be 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1505,13 +1505,15 @@ cannot use <code>$N</code> in the substitution string! <tr> <td>UnsafePrefixStat</td> <td>Allows potentially unsafe substitutions from a leading variable or backreference to a filesystem path. - <em><a href="../rewrite/flags.html#flag_unsafe_prefix_stat">details ...</a></em> + <em><a href="../rewrite/flags.html#flag_unsafe_prefix_stat">details ...</a></em><br /> + <since>2.5.1</since> </td> </tr> <tr> <td>UNC</td> <td>Prevents the merging of multiple leading slashes, as used by Windows UNC paths. - <em><a href="../rewrite/flags.html#flag_unc">details ...</a></em> + <em><a href="../rewrite/flags.html#flag_unc">details ...</a></em><br /> + <since>2.5.1</since> </td> </tr> |