diff options
author | mkaay <mkaay@mkaay.de> | 2009-12-17 21:33:13 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-12-17 21:33:13 +0100 |
commit | d08271cbb66f3ccbd8f3c5cf707008388ff4297e (patch) | |
tree | edd2c3ebad7c066ab96a6a13ddaacb5c96292b4b /module/config/gui_default.xml | |
parent | better Megaupload captcha detection, fixed #38 (diff) | |
download | pyload-d08271cbb66f3ccbd8f3c5cf707008388ff4297e.tar.xz |
new xml config for core
Diffstat (limited to 'module/config/gui_default.xml')
-rw-r--r-- | module/config/gui_default.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/module/config/gui_default.xml b/module/config/gui_default.xml new file mode 100644 index 000000000..af38eda4c --- /dev/null +++ b/module/config/gui_default.xml @@ -0,0 +1,7 @@ +<root> + <connections> + <connection default="True" type="local" id="33965310e19b4a869112c43b39a16440"> + <name>Local</name> + </connection> + </connections> +</root> |