diff --git a/lib/github.php b/lib/github.php index e987f7a..d615cd4 100644 --- a/lib/github.php +++ b/lib/github.php @@ -182,7 +182,7 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset // Only get the file if it exists and begins with our $docRoot if (file_exists($file) && strpos($file,$docRoot) === 0) { - $loadedFile = toUTF8noBOM(getData($file,'curl'),true); + $loadedFile = toUTF8noBOM(getData($file),true); echo '","",str_replace("&","&",$loadedFile)).'

'.PHP_EOL.PHP_EOL; } else { die("");