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.lua | |
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.lua')
-rw-r--r-- | Server/webadmin/template.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/webadmin/template.lua b/Server/webadmin/template.lua index 00b2523b7..03ef95088 100644 --- a/Server/webadmin/template.lua +++ b/Server/webadmin/template.lua @@ -81,7 +81,7 @@ function ShowPage(WebAdmin, TemplateRequest) end Output([[ -<!-- Copyright Justin S and MCServer Team, licensed under CC-BY-SA 3.0 --> +<!-- Copyright Justin S and Cuberite Team, licensed under CC-BY-SA 3.0 --> <html> <head> <title>]] .. Title .. [[</title> @@ -94,7 +94,7 @@ function ShowPage(WebAdmin, TemplateRequest) <div class="pagehead"> <div class="row1"> <div class="wrapper"> - <img src="/logo_login.png" alt="MCServer Logo" class="logo"> + <img src="/logo_login.png" alt="Cuberite Logo" class="logo"> </div> </div> <div id="panel"> |