Using getData function now

This commit is contained in:
Matt Pass
2016-08-25 14:44:18 +01:00
parent 893894f97b
commit 3d8644ae4c
9 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset
// Get our old paths & user settings
$oldLocal = $ICEcoder["githubLocalPaths"];
$oldRemote = $ICEcoder["githubRemotePaths"];
$settingsContents = file_get_contents($settingsFile,false,$context);
$settingsContents = getData($settingsFile);
// ========
// CHOOSING