You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2015/04/09 17:41:46 UTC

[04/12] airavata-php-gateway git commit: New token

New token


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/843af282
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/843af282
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/843af282

Branch: refs/heads/master
Commit: 843af282c52e0b4e2b8c1805db8c79da0344a634
Parents: 141374e
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Thu Mar 12 15:04:36 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Thu Apr 9 11:34:48 2015 -0400

----------------------------------------------------------------------
 app/libraries/utilities.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/843af282/app/libraries/utilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/utilities.php b/app/libraries/utilities.php
index 9dede7d..1631bb5 100755
--- a/app/libraries/utilities.php
+++ b/app/libraries/utilities.php
@@ -284,7 +284,7 @@ public static function launch_experiment($expId)
         Utilities::print_success_message('Experiment launched using ' . $tokenString . ' allocation!');
         */
 
-        $hardCodedToken = '2c308fa9-99f8-4baa-92e4-d062e311483c';
+        $hardCodedToken = 'bdc612fe-401e-4684-88e9-317f99409c45';
         $airavataclient->launchExperiment($expId, $hardCodedToken);
 
         /*