From 45406acacd2663caa71e607df18c92cf2a8455e2 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Tue, 17 Oct 2017 16:00:41 +0200 Subject: [PATCH] Add exit after header('Location'); --- main/lp/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/lp/index.php b/main/lp/index.php index ce046b9561..e285e536cd 100755 --- a/main/lp/index.php +++ b/main/lp/index.php @@ -11,3 +11,4 @@ $use_anonymous = true; require_once __DIR__.'/../inc/global.inc.php'; header('location: lp_controller.php?'.api_get_cidreq().'&action=list'); +exit;