X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/a050a0d51152ae3f8eaf77017cfd07e6c6a64c6b..507be5f97be283db761fdf28f0e403e582fa1186:/admin.php?ds=sidebyside diff --git a/admin.php b/admin.php index 93b7d35..180b4f7 100644 --- a/admin.php +++ b/admin.php @@ -91,7 +91,7 @@ if (php_sapi_name() == "cli") { + size = "40" autocomplete = "current-password" /> @@ -219,6 +219,19 @@ if (php_sapi_name() == "cli") { +
+ + + + + + + + + + + +
@@ -282,6 +295,8 @@ if (php_sapi_name() == "cli") { fclose($r); } exit; + } elseif (strcmp($_POST['action'], 'bug_report_info') == 0) { + echo jirafeau_admin_bug_report($cfg); } }