use standard PHP tags
This commit is contained in:
parent
39be364de4
commit
175fcf7624
|
|
@ -26,7 +26,7 @@
|
||||||
include "root.php";
|
include "root.php";
|
||||||
require_once "resources/require.php";
|
require_once "resources/require.php";
|
||||||
require_once "resources/check_auth.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')) {
|
if (permission_exists('operator_panel_view')) {
|
||||||
//access granted
|
//access granted
|
||||||
|
|
@ -383,4 +383,4 @@ if (isset($_GET['debug'])) {
|
||||||
print_r($_SESSION);
|
print_r($_SESSION);
|
||||||
echo "</textarea>";
|
echo "</textarea>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?
|
<?php
|
||||||
function get_call_activity() {
|
function get_call_activity() {
|
||||||
global $db;
|
global $db;
|
||||||
|
|
||||||
|
|
@ -160,4 +160,4 @@ function get_call_activity() {
|
||||||
|
|
||||||
//return array
|
//return array
|
||||||
return $array;
|
return $array;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue