mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Uncomment header declaration for reverse proxies (#6142)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
# header('Content-type: text/plain');
|
||||
header('Content-type: text/plain');
|
||||
|
||||
$alert_id = $_POST['alert_id'];
|
||||
if (!is_numeric($alert_id)) {
|
||||
|
Reference in New Issue
Block a user