Merge pull request #2344 from chamilo/flintci-1159

Applied fixes from FlintCI
pull/2487/head
Julio Montoya 7 years ago committed by GitHub
commit df2f4a299d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/courses.php

@ -15,4 +15,3 @@ $path = $_GET['url'];
$url = $publicPath."courses/$courseCode/document/$path";
header("Location: $url");
exit;

Loading…
Cancel
Save