Skip to content
Snippets Groups Projects
Commit cb3876e8 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

fixed stupid whitespace problem causing "header's already sent error" and file...

fixed stupid whitespace problem causing "header's already sent error" and file downloads to be corrupted
parent ea502da6
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,7 @@ ...@@ -19,9 +19,7 @@
$current_user = $cas_client->getUser(); $current_user = $cas_client->getUser();
} }
?>
<?php
if(isset($_GET['id']) && $cas_client->isLoggedIn()) { if(isset($_GET['id']) && $cas_client->isLoggedIn()) {
$id = $_GET['id']; $id = $_GET['id'];
if(!is_numeric($id)){ if(!is_numeric($id)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment