android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a5c7daf2cb20873bb702c2afd682172b940488d7
parent 575cb70b80f48a09af14a1e460e690546e8840dd
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 10 Oct 2012 00:03:28 +0200

URL zum Forum als Konstante.

Diffstat:
src/de/mtbnews/android/util/IBC.java | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/de/mtbnews/android/util/IBC.java b/src/de/mtbnews/android/util/IBC.java @@ -12,6 +12,11 @@ public interface IBC /** * Tapatalk-API für IBC-Forum. */ + static final String IBC_FORUM_URL = "http://www.mtb-news.de/forum/"; + + /** + * Tapatalk-API für IBC-Forum. + */ static final String IBC_FORUM_CONNECTOR_URL = "http://www.mtb-news.de/forum/mobiquo/mobiquo.php"; /**