From 5e792b80a9067a368dc03fd3fdaf5e3303c23ebd Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 3 Jun 2014 08:20:15 +0100 Subject: [PATCH] New arrays for GitHub paths --- lib/config___users-template.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index 2ee2707..8fca2be 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -24,6 +24,8 @@ $ICEcoderUserSettings = array( "bugFileMaxLines" => 0, "pluginPanelAligned" => "left", "plugins" => array(), +"githubLocalPaths" => array(), +"githubRemotePaths" => array(), "previousFiles" => "", "last10Files" => "" );