[Fusionforge-commits] r12134 - trunk/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm

Sabri LABBENE labbenes at libremir.placard.fr.eu.org
Wed Feb 2 15:56:46 CET 2011


Author: labbenes
Date: 2011-02-02 15:56:46 +0100 (Wed, 02 Feb 2011)
New Revision: 12134

Modified:
   trunk/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/index.phtml
Log:
Update comments and code cleanup.

Modified: trunk/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/index.phtml
===================================================================
--- trunk/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/index.phtml	2011-02-02 14:55:17 UTC (rev 12133)
+++ trunk/src/plugins/oslc/include/oslc-zend/application/views/scripts/fusionforgecm/index.phtml	2011-02-02 14:56:46 UTC (rev 12134)
@@ -1,24 +1,5 @@
-<?php
-
-$tracker = 'unknown';
-
-switch (TRACKER_TYPE) {
-	case 'mantis':
-		$tracker = 'Mantis';
-		break;
-	case 'fusionforge':
-		$tracker = 'FusionForge';
-		break;
-	case 'demo':
-		$tracker = 'Demo Server';
-		break;
-	default:
-		$tracker = 'Unknown';
-		break;
-}
-?>
 <body>
-<h1><?php echo 'Thanks for using this '.$tracker.' OSLC-CM V1 compatible REST server' ?></h1>
+<h1><?php echo 'Thanks for using this FusionForge OSLC Core V2 compatible REST server' ?></h1>
 
 <p>To test, please access one of the following links, using the proper "Accept:" content type header :</p>
 <ul>




More information about the Fusionforge-commits mailing list