1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-14 09:54:21 +02:00

Minor tweaks.

This commit is contained in:
Lars Jung
2014-06-30 00:14:48 +02:00
parent 49d0c968b9
commit 122546eae1
2 changed files with 1 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ body#h5ai-info {
}
#hint {
margin: 12px auto;
width: 320px;
width: 360px;
color: @col;
font-size: 12px;
}

View File

@@ -33,7 +33,6 @@ normalized_require_once("class-thumb");
setup();
$app = new App();
header("X-Powered-By: " . NAME . "/" . VERSION);
if (has_request_param("action")) {
header("Content-type: application/json;charset=utf-8");