Ejemplo n.º 1
0
 public function samErrorLog()
 {
     include_once 'errorlog.admin.class.php';
     $settings = parent::getSettings();
     $list = new SamErrorLog($settings);
     $list->page();
 }
Ejemplo n.º 2
0
 public function samToolsPage()
 {
     include_once 'sam.tools.page.php';
     $settings = parent::getSettings();
     $tools = new SamToolsPage($settings);
     $tools->page();
 }