From 9f1e3331d1ac0f9f8744f1840fc04684cc13dba8 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 10 Aug 2008 14:34:55 +0000 Subject: [PATCH] Added "MOD Version Check" support --- install.xml | 3 ++ root/adm/mods/board3_portal_check_version.php | 38 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 root/adm/mods/board3_portal_check_version.php diff --git a/install.xml b/install.xml index 7f27c03d..f43ba98c 100644 --- a/install.xml +++ b/install.xml @@ -66,6 +66,8 @@ Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werde 3.0.2 + Board3 Portal supports MOD Version Check. To use this feature, this mod has to be installed. + Board3 Portal unterstützt MOD Version Check. Um dieses Feature zu nutzen, muss dieser Mod installiert sein. subsilver2 subsilver2 Deutsch @@ -194,6 +196,7 @@ Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werde + diff --git a/root/adm/mods/board3_portal_check_version.php b/root/adm/mods/board3_portal_check_version.php new file mode 100644 index 00000000..2961f4c5 --- /dev/null +++ b/root/adm/mods/board3_portal_check_version.php @@ -0,0 +1,38 @@ + 'Saint_hh', + 'title' => 'Board3 Portal', + 'tag' => 'board3_portal', + 'version' => $portal_config['portal_version'], + 'file' => array('board3.de', 'updatecheck', 'board3_portal.xml'), + ); + } +} + +?> \ No newline at end of file