mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?
|
||||
print "{";
|
||||
if($EQW->LSConnected()) {
|
||||
print "\"connected\" : \"1\",";
|
||||
} else {
|
||||
print "\"connected\" : \"0\",";
|
||||
}
|
||||
if($EQW->GetConfig("Locked") eq "true") {
|
||||
print "\"locked\" : \"1\"";
|
||||
} else {
|
||||
print "\"locked\" : \"0\"";
|
||||
}
|
||||
print "}";
|
||||
?>
|
||||
Reference in New Issue
Block a user