Fix missing php tags (#6687)
* fix missing php tags * fix missing php tags
This commit is contained in:
parent
dae1cc9909
commit
872e676f59
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
include_once('virtual.php');
|
include_once('virtual.php');
|
||||||
|
|
||||||
class Syslog extends Event_Handler{
|
class Syslog extends Event_Handler{
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
abstract class Event_Handler{
|
abstract class Event_Handler{
|
||||||
// Force Extending class to define this method
|
// Force Extending class to define this method
|
||||||
abstract public function log_event($event_type, $params);
|
abstract public function log_event($event_type, $params);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue