mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
threads web interface improvements, accessible now at /~nick/channel & /@place
This commit is contained in:
parent
bc0b9dd325
commit
a5b52d8264
10 changed files with 372 additions and 343 deletions
|
@ -125,6 +125,9 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#define HTTPS_OR_HTTP_URL (HTTPS_URL ? HTTPS_URL : HTTP_URL)
|
||||
#define HTTP_OR_HTTPS_URL (HTTP_URL ? HTTP_URL : HTTPS_URL)
|
||||
|
||||
#ifdef _uniform_node
|
||||
# define SERVER_UNIFORM _uniform_node
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue