Initial commit

This commit is contained in:
Frank Schubert
2021-03-29 23:04:42 +02:00
commit 4ea4927931
3737 changed files with 709905 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
require_once(LIBDIR."/mvcfronk/mfLog/mfLog.php");
class mfLog_Syslog extends mfLog {
public function init() {
}
}