# HG changeset patch # User Matti Hamalainen # Date 1423492407 -7200 # Node ID 66f3f02d5172d517ac6136cb10cefe61b2bd5328 # Parent 06f3f07ec5b88f1329aeef438a9e210de25c6460 Add default (empty string) value for origBaseURI variable. diff -r 06f3f07ec5b8 -r 66f3f02d5172 index.php --- a/index.php Mon Feb 09 16:22:21 2015 +0200 +++ b/index.php Mon Feb 09 16:33:27 2015 +0200 @@ -480,10 +480,10 @@ $cachePath = "cache/"; } +// Get original base URI data +$origBaseURI = ""; if (file_exists($cachePath."baseuri.data")) -{ require $cachePath."baseuri.data"; -} // Global cache for course data