]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - api/plugin.php
fix search results looking awkward from overview page
[irc/unrealircd/unrealircd-webpanel.git] / api / plugin.php
index 0e3e46b22ae0608f44cd3ae2b05cf0fb0179cb26..3896e186532beb96318f107a6f27d2a7e7124ceb 100644 (file)
@@ -4,7 +4,6 @@ session_start();
 if (!isset($_SESSION['id']))
     die("Access denied");
 require_once('common_api.php');
-header("Content-type: application/json; charset=utf-8");
 
 if (!current_user_can(PERMISSION_MANAGE_PLUGINS))
     die(json_encode(['error' => "Access denied"]));