summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 8b31297fb..30e236cec 100644
--- a/backend.php
+++ b/backend.php
@@ -1,4 +1,4 @@
-<?
+<?php
require_once "sessions.php";
require_once "backend-rpc.php";
@@ -3876,5 +3876,5 @@
db_close($link);
?>
-<!-- <?= sprintf("Backend execution time: %.4f seconds", getmicrotime() - $script_started) ?> -->
+<!-- <?php echo sprintf("Backend execution time: %.4f seconds", getmicrotime() - $script_started) ?> -->