mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 20:58:21 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?
|
||||
my $act = $request->get("action", "none");
|
||||
if($act eq "kill") {
|
||||
my $short_name = $request->get("short_name", "none");
|
||||
my $instance_id = $request->get("instance_id", "none");
|
||||
} elsif($act eq "restart") {
|
||||
my $short_name = $request->get("short_name", "none");
|
||||
my $instance_id = $request->get("instance_id", "none");
|
||||
} elsif($act eq "killall") {
|
||||
} elsif($act eq "restartall") {
|
||||
}
|
||||
|
||||
print "{";
|
||||
print "\"status\" : 1";
|
||||
print "}";
|
||||
?>
|
||||
Reference in New Issue
Block a user