Remove PHP closing tags.

This commit is contained in:
Lars Jung 2014-05-19 22:40:25 +02:00
parent 4c7912815c
commit 351c395f82
8 changed files with 0 additions and 16 deletions

View file

@ -203,5 +203,3 @@ class Api {
json_fail(100, "unsupported request"); json_fail(100, "unsupported request");
} }
} }
?>

View file

@ -279,5 +279,3 @@ class App {
); );
} }
} }
?>

View file

@ -195,5 +195,3 @@ class Archive {
} }
} }
} }
?>

View file

@ -136,5 +136,3 @@ class Item {
return $items; return $items;
} }
} }
?>

View file

@ -362,5 +362,3 @@ class Image {
} }
} }
} }
?>

View file

@ -75,5 +75,3 @@ function setup() {
define("HAS_CMD_" . strtoupper($cmd), @preg_match("#" . $cmd . "(.exe)?$#i", exec_cmdv($cmdv)) > 0); define("HAS_CMD_" . strtoupper($cmd), @preg_match("#" . $cmd . "(.exe)?$#i", exec_cmdv($cmdv)) > 0);
} }
} }
?>

View file

@ -122,5 +122,3 @@ function time_log($message) {
error_log($message . " DT " . number_format($now - $__TIMER_LAST, 5) . " TT " . number_format($now - $__TIMER_START, 5)); error_log($message . " DT " . number_format($now - $__TIMER_LAST, 5) . " TT " . number_format($now - $__TIMER_START, 5));
$__TIMER_LAST = $now; $__TIMER_LAST = $now;
} }
?>

View file

@ -46,5 +46,3 @@ if (has_request_param("action")) {
time_log("i2"); time_log("i2");
normalized_require_once("page"); normalized_require_once("page");
} }
?>