Fix bug running website with ssh mud connections active
This commit is contained in:
parent
eb83bbea9c
commit
a24b384e00
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ TEMPLATES["OPTIONS"]["context_processors"] list.
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
from evennia.utils.utils import get_evennia_version
|
from evennia.utils.utils import get_evennia_version
|
||||||
|
|
||||||
# Setup lists of the most relevant apps so
|
# Setup lists of the most relevant apps so
|
||||||
|
|
@ -130,7 +129,7 @@ def general_context(request):
|
||||||
"telnet_ssl_enabled": TELNET_SSL_ENABLED,
|
"telnet_ssl_enabled": TELNET_SSL_ENABLED,
|
||||||
"telnet_ssl_ports": TELNET_SSL_PORTS,
|
"telnet_ssl_ports": TELNET_SSL_PORTS,
|
||||||
"ssh_enabled": SSH_ENABLED,
|
"ssh_enabled": SSH_ENABLED,
|
||||||
"ssh_ports": SSH_ENABLED,
|
"ssh_ports": SSH_PORTS,
|
||||||
"webclient_enabled": WEBCLIENT_ENABLED,
|
"webclient_enabled": WEBCLIENT_ENABLED,
|
||||||
"websocket_enabled": WEBSOCKET_CLIENT_ENABLED,
|
"websocket_enabled": WEBSOCKET_CLIENT_ENABLED,
|
||||||
"websocket_port": WEBSOCKET_PORT,
|
"websocket_port": WEBSOCKET_PORT,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue