diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-02 00:47:42 +0100 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-02 00:47:42 +0100 |
commit | 5c004e375a7c4fab9cbfeb36d63a788bbc883513 (patch) | |
tree | abedc9b67734d9e37a36894b9331ae869d3adb61 /Server/webadmin/template.html | |
parent | Merge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff) | |
parent | Updated plugins with the rename to Cuberite. (diff) | |
download | cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.gz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.bz2 cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.lz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.xz cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.tar.zst cuberite-5c004e375a7c4fab9cbfeb36d63a788bbc883513.zip |
Diffstat (limited to 'Server/webadmin/template.html')
-rw-r--r-- | Server/webadmin/template.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Server/webadmin/template.html b/Server/webadmin/template.html index b0864e35d..305c566cd 100644 --- a/Server/webadmin/template.html +++ b/Server/webadmin/template.html @@ -110,9 +110,9 @@ #cssmenu > ul > li > a:after { border-color:#707070; } #cssmenu > ul > li > a:hover { background:#B8B8B8; } </style> - <meta name="msapplication-tooltip" content="MCServer WebAdministrator"/> + <meta name="msapplication-tooltip" content="Cuberite WebAdmin"/> <meta name="msapplication-navbutton-color" content="#B8B8B8" /> - <link rel="shortcut icon" href="http://mc-server.org/favicon.ico" /> + <link rel="shortcut icon" href="http://cuberite.org/favicon.ico" /> </head> <body> <div id="wrapper"> @@ -132,7 +132,7 @@ {CONTENT} </div> <footer> - <p>MCServer is using {MEM}MB of memory, with {NUMCHUNKS} chunks loaded.</p> + <p>Cuberite is using {MEM}MB of memory, with {NUMCHUNKS} chunks loaded.</p> <p>Web Design by <a href="https://github.com/WebFreak001"@WebFreak001</a></p> </footer> </div> |