diff options
author | spoob <spoob@gmx.de> | 2010-01-09 22:05:15 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-09 22:05:15 +0100 |
commit | ad532495edc4103129bf86b53dec81038babe063 (patch) | |
tree | cc7aaa1b3a7dada6bd75699e8c4ef180ac148e86 /module/config | |
parent | Hooks can set Attributes (diff) | |
download | pyload-ad532495edc4103129bf86b53dec81038babe063.tar.xz |
Hooks Config Incomplete
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/core_default.xml | 1 | ||||
-rw-r--r-- | module/config/gui_default.xml | 1 | ||||
-rw-r--r-- | module/config/plugin_default.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 07d4ddc1c..0d684890a 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" ?> <config name="Configuration" version="0.1"> <remote name="Remote"> <port type="int" name="Port">7227</port> diff --git a/module/config/gui_default.xml b/module/config/gui_default.xml index 9b6d75936..490af199e 100644 --- a/module/config/gui_default.xml +++ b/module/config/gui_default.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" ?> <root> <connections> <connection default="True" type="local" id="33965310e19b4a869112c43b39a16440"> diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 3f033fc04..773e4e46f 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" ?> <config name="Configuration" version="0.1"> <RapidshareCom> <server input=";Cogent;Deutsche Telekom;Level(3);Level(3) #2;GlobalCrossing;Level(3) #3;Teleglobe;GlobalCrossing #2;TeliaSonera #2;Teleglobe #2;TeliaSonera #3;TeliaSonera"></server> |