diff --git a/.htaccess b/.htaccess index 5e2f2ac..83e285e 100644 --- a/.htaccess +++ b/.htaccess @@ -9,4 +9,8 @@ ErrorDocument 404 /error_pages/404.html RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^api(/.*)?$ api.php?action=$1 [QSA,L] \ No newline at end of file +RewriteRule ^api(/.*)?$ api.php?action=$1 [QSA,L] +Header append X-Powered-By "LeonAPP Server" +Header append X-System-Discription "LeonAPP Server System, a powerful APP store system." +Header append X-System-Author "LeonMMcoset" +Header append X-System-Email "leonmmcoset@outlook.com" diff --git a/admin/addapp.php b/admin/addapp.php index d0574d0..14d90a1 100644 --- a/admin/addapp.php +++ b/admin/addapp.php @@ -103,9 +103,16 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['add_app'])) { } ?> - +
-| ID | -标题 | -发布者 | -发布时间 | -操作 | +ID | +标题 | +发布者 | +发布时间 | +操作 | - + | diff --git a/admin/editapp.php b/admin/editapp.php index 61c1515..bef833e 100644 --- a/admin/editapp.php +++ b/admin/editapp.php @@ -127,6 +127,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['edit_app'])) {
|---|