-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.txt
More file actions
14 lines (12 loc) · 876 Bytes
/
Copy pathinfo.txt
File metadata and controls
14 lines (12 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
title: Automatic HTTP Path
desc: This module automatically sets the HTTP Path configuration option, based on the active URL. This can be useful if for some reason you run one Phorum install under various host names and/or directories (e.g. a Phorum on a private space intranet server that is also accessible through a public URL or a server that has to be accessible on both an http:// and https:// URL).
author: Maurice Makaay <maurice@phorum.org>
version: 1.0.8
url: http://www.phorum.org/phorum5/read.php?62,125914,125914#msg-125914
category: admin
hook: common_pre|phorum_mod_auto_http_path_common_pre
hook: javascript_register|phorum_mod_auto_http_path_javascript_register
hook: css_register|phorum_mod_auto_http_path_css_register
hook: format_fixup|phorum_mod_auto_http_path_format_fixup
priority: run hook common_pre before *
priority: run hook format_fixup after *