Beispiel #1
0
 protected function readableCall()
 {
     $file_path = Path::getConfigDir() . '/endpoint-page.php';
     if (!file_exists($file_path)) {
         $file_path = Path::getLibDir() . '/endpoint-page.php';
     }
     include $file_path;
 }