Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fix our documentation to not show the expression in Require expr... #9

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Fix our documentation to not show the expression in Require e…
…xpr as quoted."

This reverts commit 407db4e.
  • Loading branch information
jpsleepwalker8 authored and jpsleepwalker8 committed Apr 8, 2014
commit ca8dc8770b63f53c2b988e5276d1fe2582014c07
2 changes: 1 addition & 1 deletion docs/manual/mod/mod_authz_core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
decisions on arbitrary expressions.</p>

<highlight language="config">
Require expr %{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17
Require expr "%{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17"
</highlight>

<p>The syntax is described in the <a href="../expr.html">ap_expr</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/mod/mod_authz_core.xml.fr
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
d'acc&egrave;s en fonction d'expressions arbitraires.</p>

<highlight language="config">
Require expr %{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17
Require expr "%{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17"
</highlight>

<p>La syntaxe de l'expression est d&eacute;crite dans la documentation de <a
Expand Down