Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValérian Saliou <valerian@valeriansaliou.name>2015-07-04 12:54:34 +0300
committerValérian Saliou <valerian@valeriansaliou.name>2015-07-04 12:54:34 +0300
commit0024ae014f6f33769b2a816faa91919ec0be956b (patch)
tree2e23fcdc87a756c2360ccdc60e06686bae2e71f4
parentf02a01dce37a65b4912052e3ea2d6470b3df957b (diff)
Remove Jappix Pro + Jappix Network
Signed-off-by: Valérian Saliou <valerian@valeriansaliou.name>
-rw-r--r--i18n/en/LC_MESSAGES/main.pot6
-rw-r--r--server/desktop.php8
2 files changed, 0 insertions, 14 deletions
diff --git a/i18n/en/LC_MESSAGES/main.pot b/i18n/en/LC_MESSAGES/main.pot
index d2c7e221..a786e980 100644
--- a/i18n/en/LC_MESSAGES/main.pot
+++ b/i18n/en/LC_MESSAGES/main.pot
@@ -42,12 +42,6 @@ msgstr ""
msgid "Contribute to the Jappix code."
msgstr ""
-msgid "Jappix for your company."
-msgstr ""
-
-msgid "Find a public Jappix node."
-msgstr ""
-
msgid "Credits"
msgstr ""
diff --git a/server/desktop.php b/server/desktop.php
index b4be497b..162c9362 100644
--- a/server/desktop.php
+++ b/server/desktop.php
@@ -183,14 +183,6 @@ if(!anonymousMode() && !httpAuthEnabled()) { ?>
<span class="name">Jappix Download</span>
<span class="desc"><?php _e("Get Jappix, get support."); ?></span>
</a>
- <a href="https://business.jappix.org/">
- <span class="name">Jappix Business</span>
- <span class="desc"><?php _e("Jappix for your company."); ?></span>
- </a>
- <a href="https://network.jappix.org/">
- <span class="name">Jappix Network</span>
- <span class="desc"><?php _e("Find a public Jappix node."); ?></span>
- </a>
<a href="https://github.com/jappix/jappix">
<span class="name">Jappix (GitHub)</span>
<span class="desc"><?php _e("Contribute to the Jappix code."); ?></span>