From: Gabriel Dunne Date: Sun, 18 Dec 2011 21:48:33 +0000 (-0800) Subject: Updated update.php to not throw header error X-Git-Tag: v0.1~52 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=30d32e7ee7321669a36ce4b0849c578310c24eeb;p=clmpr.git Updated update.php to not throw header error --- diff --git a/update.php b/update.php index cd1daeb..56ce786 100644 --- a/update.php +++ b/update.php @@ -9,8 +9,6 @@ $params['url'] = isset($_POST['url']) ? $_POST['url'] : null; $params['tags'] = isset($_POST['tags']) ? $_POST['tags'] : null; $params['description'] = isset($_POST['description']) ? $_POST['description'] : null; -include 'head.html'; - try { if ($user = get_user() && $params['id']) {