From: Roland Häder Date: Fri, 27 May 2016 09:21:25 +0000 (+0200) Subject: No more SSL for the wiki X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7028736a772ce213a7df247eb160081eaff6d64e;p=mailer.git No more SSL for the wiki Signed-off-by: Roland Häder --- diff --git a/inc/modules/guest/what-docs.php b/inc/modules/guest/what-docs.php index 604a8e4cb0..3e169f5e09 100644 --- a/inc/modules/guest/what-docs.php +++ b/inc/modules/guest/what-docs.php @@ -26,7 +26,7 @@ if (!defined('__SECURITY')) { addYouAreHereLink('guest', __FILE__); // Redirect to wiki -redirectToUrl('https://wiki.mxchange.org'); +redirectToUrl('http://wiki.mxchange.org'); // [EOF] ?> diff --git a/inc/modules/guest/what-wiki.php b/inc/modules/guest/what-wiki.php index e822be338f..3cd0fa757a 100644 --- a/inc/modules/guest/what-wiki.php +++ b/inc/modules/guest/what-wiki.php @@ -60,11 +60,11 @@ $rdf->set_salt(md5(getConfig('SITE_KEY'))); $rdf->set_Options( array( 'textinput' => 'hidden', - 'sitelink' => 'https://wiki.mxchange.org' + 'sitelink' => 'http://wiki.mxchange.org' ) ); $rdf->set_max_item(10); -$rdf->parse_RDF('https://wiki.mxchange.org/feed.php'); +$rdf->parse_RDF('http://wiki.mxchange.org/feed.php'); outputHtml($rdf->finish(TRUE)); outputHtml(''); diff --git a/templates/de/html/contribute.tpl b/templates/de/html/contribute.tpl index a7ea3aa34c..2d012f8f71 100644 --- a/templates/de/html/contribute.tpl +++ b/templates/de/html/contribute.tpl @@ -27,7 +27,7 @@
Die wichtigsten Informationen zum Mitprogrammieren stehen alle im - Entwicklerteil des Wikis. Dies befindet sich aktuell noch in der Aufbauphase. Daher greife ich hier mal etwas vor.
diff --git a/templates/de/html/news-2011.tpl b/templates/de/html/news-2011.tpl index 3754cf39e4..f0d5e06bbb 100644 --- a/templates/de/html/news-2011.tpl +++ b/templates/de/html/news-2011.tpl @@ -21,7 +21,7 @@ Script zum Abfragen der APIs ("Interfaces") ist zwar schon vorhanden, jedoch aber erstmal leer. Ich will mir dort mehr Gedanken zu machen, wie ich das Abfragen der APIs implementieren kann, was dann auch im Wiki ausführlich dokumentiert wird. diff --git a/templates/de/html/welcome.tpl b/templates/de/html/welcome.tpl index f87b7cad2f..3b819dacb9 100644 --- a/templates/de/html/welcome.tpl +++ b/templates/de/html/welcome.tpl @@ -22,7 +22,7 @@ Oktober bitte aktivieren: verstehen. Mehr dazu steht unter Die Philosophie und im Wiki. + href="http://wiki.mxchange.org/doku.php/de/mailer-project">im Wiki.