mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-13 06:35:00 +00:00
use standard PHP tags
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
include "root.php";
|
||||
require_once "resources/require.php";
|
||||
require_once "resources/check_auth.php";
|
||||
require_once "resources/functions/get_call_activity.php";
|
||||
require_once "./resources/functions/get_call_activity.php";
|
||||
|
||||
if (permission_exists('operator_panel_view')) {
|
||||
//access granted
|
||||
@@ -383,4 +383,4 @@ if (isset($_GET['debug'])) {
|
||||
print_r($_SESSION);
|
||||
echo "</textarea>";
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user