Skip to content

Commit

Permalink
Do not show errors for document parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
kordianbruck committed Apr 13, 2018
1 parent 47c1b43 commit a244f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shuttle/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

define('SHUTTLE_URL', 'https://wzw.tum.de/index.php?id=416');
define('SHUTTLE_CACHE_KEY', 'SHUTTLE_CACHE_HTML');
libxml_use_internal_errors(true);

if (apcu_exists(SHUTTLE_CACHE_KEY)) {
$html = apcu_fetch(SHUTTLE_CACHE_KEY);
Expand Down

0 comments on commit a244f61

Please sign in to comment.