mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-07 06:04:20 +02:00
Remove PHP closing tags.
This commit is contained in:
parent
4c7912815c
commit
351c395f82
@ -203,5 +203,3 @@ class Api {
|
||||
json_fail(100, "unsupported request");
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -279,5 +279,3 @@ class App {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -195,5 +195,3 @@ class Archive {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -136,5 +136,3 @@ class Item {
|
||||
return $items;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -362,5 +362,3 @@ class Image {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -75,5 +75,3 @@ function setup() {
|
||||
define("HAS_CMD_" . strtoupper($cmd), @preg_match("#" . $cmd . "(.exe)?$#i", exec_cmdv($cmdv)) > 0);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -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));
|
||||
$__TIMER_LAST = $now;
|
||||
}
|
||||
|
||||
?>
|
@ -46,5 +46,3 @@ if (has_request_param("action")) {
|
||||
time_log("i2");
|
||||
normalized_require_once("page");
|
||||
}
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user