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 Tomeu Vizoso <tomeu@sugarlabs.org>2009-02-12 13:44:33 (GMT)
commit89e95edb91b5d9e1b237a22363e8f54986ef3486 (patch)
treeec1368ca57c861242053263fd6258f62585dfdb3
parent808df87e4fc2bd0e06d18cf60bd4f91a081545b0 (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;