mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix missing php tags (#6687)
* fix missing php tags * fix missing php tags
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
include_once('virtual.php');
|
||||
<?php
|
||||
|
||||
include_once('virtual.php');
|
||||
|
||||
class Syslog extends Event_Handler{
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?php
|
||||
|
||||
abstract class Event_Handler{
|
||||
// Force Extending class to define this method
|
||||
abstract public function log_event($event_type, $params);
|
||||
|
||||
Reference in New Issue
Block a user