Roxen.git/
server/
modules/
filesystems/
fs_proxy.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-09-27
2016-09-27 11:38:07 by Anders Johansson <anders@roxen.com>
0c7a1e6bcbf9f7dd7cc39b09d4ecb0bf5ecddef5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.0
Updated locale ids
9:
#define LOCALE(X,Y) _STR_LOCALE("mod_fs_proxy",X,Y) #define DLOCALE(X,Y) _DEF_LOCALE("mod_fs_proxy",X,Y)
-
LocaleString module_name = DLOCALE(
0
, "File systems: Proxy File System");
+
LocaleString module_name = DLOCALE(
1
, "File systems: Proxy File System");
LocaleString module_doc =
-
DLOCALE(
0
, "This module can be used to proxy requests to a path in a site to"
+
DLOCALE(
2
, "This module can be used to proxy requests to a path in a site to"
" a filesystem module in another site. Can be useful if a module " "needs to handle the root path for a port, but that module needs to " "be loaded in a configuration where it cannot be mounted on the "