Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-02-12 13:44:33 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-21 00:19:25 (GMT)
commit377238b2f3327a443bc59783cd56ea754085e5cb (patch)
tree383ee4c02c35e680ce4d67577acbf9c830058088
parent4481bf7d64e49b49f5ce24b9e1214da95db552d5 (diff)
Comment out all applications except sugar
-rw-r--r--site/app/config/constants.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/site/app/config/constants.php b/site/app/config/constants.php
index 1345c11..134d71a 100644
--- a/site/app/config/constants.php
+++ b/site/app/config/constants.php
@@ -151,11 +151,11 @@ define('APP_FENNEC', 60);
define('APP_SUGAR', 19);
global $app_shortnames; // shortnames are used in URLs
$app_shortnames = array(
- 'firefox' => APP_FIREFOX,
- 'thunderbird' => APP_THUNDERBIRD,
- 'seamonkey' => APP_SEAMONKEY,
- 'sunbird' => APP_SUNBIRD,
- 'fennec' => APP_FENNEC,
+// 'firefox' => APP_FIREFOX,
+// 'thunderbird' => APP_THUNDERBIRD,
+// 'seamonkey' => APP_SEAMONKEY,
+// 'sunbird' => APP_SUNBIRD,
+// 'fennec' => APP_FENNEC,
'sugar' => APP_SUGAR
);
global $app_prettynames;