Primary Logbook PHP

This commit is contained in:
2022-09-28 00:38:15 +02:00
parent 174c20bd8f
commit afd63f92ad
6 changed files with 217 additions and 46 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
require "Logbook.php";
$r = new \germanairlinesva\file\logbook\Logbook("/mnt/f/X-Plane 11/Resources/plugins/GAConnector/");
print_r($r);
print_r($r->to_json_string());