diff options
author | spoob <spoob@gmx.de> | 2010-01-07 19:05:42 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-07 19:05:42 +0100 |
commit | 205c200b94f3b4edf1220a9ffd5ebeab58aa098b (patch) | |
tree | 913097d568e2fcfcebfb0dc455ce936468a5c51b /module/config | |
parent | Better Rapidshare Slot Check thanks #66 (diff) | |
download | pyload-205c200b94f3b4edf1220a9ffd5ebeab58aa098b.tar.xz |
Better ConfigParser
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/core_default.xml | 2 | ||||
-rw-r--r-- | module/config/plugin_default.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 366197a61..07d4ddc1c 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -1,4 +1,4 @@ -<config name="Configuration"> +<config name="Configuration" version="0.1"> <remote name="Remote"> <port type="int" name="Port">7227</port> <listenaddr type="ip" name="Adress">0.0.0.0</listenaddr> diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml index 1ad653251..3f033fc04 100644 --- a/module/config/plugin_default.xml +++ b/module/config/plugin_default.xml @@ -1,4 +1,4 @@ -<config> +<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> <premium>False</premium> |