mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 22:16:00 -04:00
Remove PHP closing tags.
This commit is contained in:
parent
4c7912815c
commit
351c395f82
8 changed files with 0 additions and 16 deletions
|
@ -203,5 +203,3 @@ class Api {
|
||||||
json_fail(100, "unsupported request");
|
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;
|
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);
|
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));
|
error_log($message . " DT " . number_format($now - $__TIMER_LAST, 5) . " TT " . number_format($now - $__TIMER_START, 5));
|
||||||
$__TIMER_LAST = $now;
|
$__TIMER_LAST = $now;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
|
@ -46,5 +46,3 @@ if (has_request_param("action")) {
|
||||||
time_log("i2");
|
time_log("i2");
|
||||||
normalized_require_once("page");
|
normalized_require_once("page");
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
Loading…
Add table
Add a link
Reference in a new issue