Files
thetool/lib/mvcfronk/mfLog/mfLog_Syslog.php
Frank Schubert 4ea4927931 Initial commit
2021-03-29 23:04:42 +02:00

9 lines
127 B
PHP

<?php
require_once(LIBDIR."/mvcfronk/mfLog/mfLog.php");
class mfLog_Syslog extends mfLog {
public function init() {
}
}