display system hostname and some memory info on dashboard
hostname may be useful in situations where several froxlors are reverse-proxied on a single webserver
This commit is contained in:
@@ -2041,3 +2041,7 @@ $lng['serversettings']['option_unavailable_websrv'] = '<br><em class="red">Avail
|
||||
$lng['serversettings']['option_unavailable'] = '<br><em class="red">Option not availble due to other settings.</em>';
|
||||
$lng['serversettings']['letsencryptacmeconf']['title'] = "Path to the acme.conf snippet";
|
||||
$lng['serversettings']['letsencryptacmeconf']['description'] = "File name of the config snippet which allows the web server to serve the acme challenge.";
|
||||
|
||||
// Added in froxlor 0.9.38
|
||||
$lng['admin']['hostname'] = 'Hostname';
|
||||
$lng['admin']['memory'] = 'Memory usage';
|
||||
|
||||
Reference in New Issue
Block a user