Roxen.git/
server/
modules/
filesystems/
fs_proxy.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-09-27
2016-09-27 11:36:53 by Anders Johansson <anders@roxen.com>
eefa618041a6637bae9396bc6db0562648e51ae0 (
15
lines) (+
9
/-
6
)
[
Show
|
Annotate
]
Branch:
7.0
Fixed incorrect locale declarations
4:
constant module_type = MODULE_LOCATION;
-
#define LOCALE(X,Y) _STR_LOCALE("mod_fs_proxy",X,Y)
+
//<locale-token project="mod_fs_proxy">LOCALE</locale-token>
+
//<locale-token project="mod_fs_proxy">DLOCALE</locale-token>
+
#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_doc =
-
DLOCALE
(0, "This module can be used to proxy requests to a path in a site to"
+
DLOCALE(0, "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 "