mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-06 01:31:14 -04:00
Minor tweaks.
This commit is contained in:
parent
49d0c968b9
commit
122546eae1
2 changed files with 1 additions and 2 deletions
|
@ -92,7 +92,7 @@ body#h5ai-info {
|
||||||
}
|
}
|
||||||
#hint {
|
#hint {
|
||||||
margin: 12px auto;
|
margin: 12px auto;
|
||||||
width: 320px;
|
width: 360px;
|
||||||
color: @col;
|
color: @col;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,6 @@ normalized_require_once("class-thumb");
|
||||||
setup();
|
setup();
|
||||||
$app = new App();
|
$app = new App();
|
||||||
|
|
||||||
header("X-Powered-By: " . NAME . "/" . VERSION);
|
|
||||||
if (has_request_param("action")) {
|
if (has_request_param("action")) {
|
||||||
|
|
||||||
header("Content-type: application/json;charset=utf-8");
|
header("Content-type: application/json;charset=utf-8");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue