diff options
| author | Marc Poulhiès <github@kataplop.net> | 2009-06-11 09:06:31 +0200 |
|---|---|---|
| committer | Marc Poulhiès <github@kataplop.net> | 2009-06-11 09:06:31 +0200 |
| commit | 7815315dbf98f87c4e115a09cb116ac0bc4ca62e (patch) | |
| tree | 700d62e41c666d282d3a7eb2287e187d841e45c0 /modules/gallery/views/permissions_browse.html.php | |
| parent | 315969e24e3ce4cbf06e5160e4738c083b2338be (diff) | |
| parent | 68fd196d66e2d21f571ff3b5a673f18cd129abf9 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/views/permissions_browse.html.php')
| -rw-r--r-- | modules/gallery/views/permissions_browse.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/permissions_browse.html.php b/modules/gallery/views/permissions_browse.html.php index 8bb2e830..36394877 100644 --- a/modules/gallery/views/permissions_browse.html.php +++ b/modules/gallery/views/permissions_browse.html.php @@ -27,7 +27,7 @@ <? if (!$htaccess_works): ?> <ul id="gMessage"> <li class="gError"> - <?= t("Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to set <a %attrs><i>AllowOverride FileInfo Options</i></a> to fix this.", array("attrs" => "href=\"http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride\" target=\"_blank\"")) ?> + <?= t("Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to enable <a %mod_rewrite_attrs>mod_rewrite</a> and set <a %apache_attrs><i>AllowOverride FileInfo Options</i></a> to fix this.", array("mod_rewrite_attrs" => "href=\"http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html\" target=\"_blank\"", "apache_attrs" => "href=\"http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride\" target=\"_blank\"")) ?> </li> </ul> <? endif ?> |
