Beispiel #1
0
 public function NSDRStart()
 {
     return NSDR2::systemStart();
 }
 protected function systemStart()
 {
     // clean cache data first
     NSDR2::systemUnload();
     NSDR2::systemStart();
     return __('System successfully started.');
 }