Removes closing php tags
parent
69ce646bad
commit
aa530c20d2
|
@ -645,5 +645,3 @@ class Agent {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -167,5 +167,3 @@ class Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -382,5 +382,3 @@ SELECT COUNT(*) AS conferences
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -51,5 +51,3 @@ class Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -221,5 +221,3 @@ class Database {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -163,5 +163,3 @@ class Host {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -120,5 +120,3 @@ class Log {
|
||||||
return $query->fetchAll(PDO::FETCH_ASSOC);
|
return $query->fetchAll(PDO::FETCH_ASSOC);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -372,5 +372,3 @@ AND pe.event_type = 'participant joining'";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -161,5 +161,3 @@ class Platform {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -83,5 +83,3 @@ class Router {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -52,5 +52,3 @@ class Server {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -95,5 +95,3 @@ class Settings {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -451,5 +451,3 @@ class User {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -36,5 +36,3 @@ return [
|
||||||
'environment' => 'development',
|
'environment' => 'development',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -32,5 +32,3 @@ if (isset($system_messages) && is_array($system_messages)) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -18,5 +18,3 @@ function getUserIP() {
|
||||||
|
|
||||||
return trim($ip);
|
return trim($ip);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -44,5 +44,3 @@ function switchPlatform($platform_id) {
|
||||||
// return the new URL with the new platform_id
|
// return the new URL with the new platform_id
|
||||||
return $new_url;
|
return $new_url;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -11,5 +11,3 @@ if (!isset($until_time) || (isset($until_time) && $until_time == '')) {
|
||||||
} else {
|
} else {
|
||||||
$time_range_specified = true;
|
$time_range_specified = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -59,4 +59,3 @@ function connectDB($config, $database = '', $dbFile = '', $platformId = '') {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -38,5 +38,3 @@ function renderMessage(&$message, $type, $unset = false) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -59,6 +59,3 @@ if (isset($_POST['check_period'])) {
|
||||||
if (isset($_POST['name'])) {
|
if (isset($_POST['name'])) {
|
||||||
$name = htmlspecialchars($_POST['name']);
|
$name = htmlspecialchars($_POST['name']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -107,5 +107,3 @@ if ($response['db'] === null) {
|
||||||
include '../app/templates/components.php';
|
include '../app/templates/components.php';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -166,5 +166,3 @@ if ($response['db'] === null) {
|
||||||
include '../app/templates/conferences.php';
|
include '../app/templates/conferences.php';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -97,4 +97,3 @@ if (!$isAjax) {
|
||||||
include '../app/templates/error-unauthorized.php';
|
include '../app/templates/error-unauthorized.php';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -227,5 +227,3 @@ if ($response['db'] === null) {
|
||||||
include '../app/templates/widget.php';
|
include '../app/templates/widget.php';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -89,5 +89,3 @@ include '../app/helpers/feedback.php';
|
||||||
|
|
||||||
// Load the template
|
// Load the template
|
||||||
include '../app/templates/graphs.php';
|
include '../app/templates/graphs.php';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -4,5 +4,3 @@
|
||||||
include '../app/helpers/feedback.php';
|
include '../app/helpers/feedback.php';
|
||||||
|
|
||||||
include '../app/templates/help.php';
|
include '../app/templates/help.php';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -104,5 +104,3 @@ include '../app/helpers/feedback.php';
|
||||||
|
|
||||||
// Load the template
|
// Load the template
|
||||||
include '../app/templates/latest.php';
|
include '../app/templates/latest.php';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -14,5 +14,3 @@ include '../app/helpers/feedback.php';
|
||||||
|
|
||||||
// Load the template
|
// Load the template
|
||||||
include '../app/templates/livejs.php';
|
include '../app/templates/livejs.php';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -140,5 +140,3 @@ include '../app/helpers/feedback.php';
|
||||||
|
|
||||||
// Load the template
|
// Load the template
|
||||||
include '../app/templates/form-login.php';
|
include '../app/templates/form-login.php';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ if (isset($_REQUEST['tab'])) {
|
||||||
|
|
||||||
// prepare the result
|
// prepare the result
|
||||||
$search = $logObject->readLog($user_id, $scope, $offset, $items_per_page, $filters);
|
$search = $logObject->readLog($user_id, $scope, $offset, $items_per_page, $filters);
|
||||||
$search_all = $logObject->readLog($user_id, $scope, '', '', $filters);
|
$search_all = $logObject->readLog($user_id, $scope, 0, 0, $filters);
|
||||||
|
|
||||||
if (!empty($search)) {
|
if (!empty($search)) {
|
||||||
// we get total items and number of pages
|
// we get total items and number of pages
|
||||||
|
@ -107,5 +107,3 @@ $username = $userObject->getUserDetails($user_id)[0]['username'];
|
||||||
|
|
||||||
// Load the template
|
// Load the template
|
||||||
include '../app/templates/logs.php';
|
include '../app/templates/logs.php';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -176,5 +176,3 @@ if ($response['db'] === null) {
|
||||||
include '../app/templates/participants.php';
|
include '../app/templates/participants.php';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -159,5 +159,3 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||||
include '../app/templates/profile.php';
|
include '../app/templates/profile.php';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -96,5 +96,3 @@ if ($config['registration_enabled'] == true) {
|
||||||
} else {
|
} else {
|
||||||
echo Feedback::render('NOTICE', 'DEFAULT', 'Registration is disabled', false);
|
echo Feedback::render('NOTICE', 'DEFAULT', 'Registration is disabled', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -177,5 +177,3 @@ include '../app/helpers/feedback.php';
|
||||||
|
|
||||||
// Load the template
|
// Load the template
|
||||||
include '../app/templates/security.php';
|
include '../app/templates/security.php';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -79,5 +79,3 @@ foreach ($platformsAll as $platform) {
|
||||||
echo "\n\t\t\t\t\t\t</div>";
|
echo "\n\t\t\t\t\t\t</div>";
|
||||||
echo "\n\t\t\t\t\t</div>";
|
echo "\n\t\t\t\t\t</div>";
|
||||||
echo "\n\t\t\t\t</div>";
|
echo "\n\t\t\t\t</div>";
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -241,5 +241,3 @@ ob_end_flush();
|
||||||
// clear errors and notices before next page just in case
|
// clear errors and notices before next page just in case
|
||||||
unset($_SESSION['error']);
|
unset($_SESSION['error']);
|
||||||
unset($_SESSION['notice']);
|
unset($_SESSION['notice']);
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
Loading…
Reference in New Issue