Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "WebAdmin.h"
#include "World.h"
#include "Entities/Player.h"
#include "Server.h"
#include "Root.h"
#include "HTTP/HTTPServerConnection.h"
#include "HTTP/HTTPFormParser.h"
Go to the source code of this file.
Classes | |
class | cWebadminRequestData |
The form parser callbacks for requests in the "/webadmin" and "/~webadmin" paths. More... | |
Variables | |
static const char | DEFAULT_WEBADMIN_PORTS [] = "8080" |
|
static |
Definition at line 18 of file WebAdmin.cpp.