Skip to content
Snippets Groups Projects
Commit e1e60f89 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Suppress errors

parent 9ff83745
No related branches found
No related tags found
1 merge request!64.1
......@@ -9,7 +9,7 @@
<div class="wdn-footer-module">
<span role="heading" class="wdn-footer-heading">About UNL Search</span>
<?php
if ($file = file_get_contents(UNL_Search::getProjectRoot() . '/tmp/iim-app-footer.html')) {
if ($file = @file_get_contents(UNL_Search::getProjectRoot() . '/tmp/iim-app-footer.html')) {
echo $file;
} else {
echo file_get_contents('http://iim.unl.edu/iim-app-footer?format=partial');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment