Error dump

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-06 22:51:17 +01:00
parent 18bab3b045
commit 3a110bf8b6
2 changed files with 23 additions and 0 deletions

View File

@@ -383,6 +383,10 @@ class ServerAPI extends stdClass{ //Yay! I can add anything to this class in run
}
return false;
}
public function getProperties(){
return $this->config;
}
public function getProperty($name){
if(isset($this->config[$name])){