public function init()
 {
     if (ServerConfig::init() === false) {
         $this->error("login", -1);
     }
 }