summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram R Pai2014-06-20 15:05:48 +0530
committerJayaram R Pai2014-06-20 15:05:48 +0530
commitb72040ba0aa6d4320eb174dce12de1243071a991 (patch)
tree724622d2313309dd4d14ce27a66abf835cfd730b
parentd36eacffe82372c7337d446ad252942ec3ba6b82 (diff)
downloadscilab_cloud_interface-b72040ba0aa6d4320eb174dce12de1243071a991.tar.gz
scilab_cloud_interface-b72040ba0aa6d4320eb174dce12de1243071a991.tar.bz2
scilab_cloud_interface-b72040ba0aa6d4320eb174dce12de1243071a991.zip
changed testing webroot and emails
-rwxr-xr-xcomment.php4
-rwxr-xr-xindex.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/comment.php b/comment.php
index 75af061..f4197d6 100755
--- a/comment.php
+++ b/comment.php
@@ -14,8 +14,8 @@
echo "<p>Thank you for your valuable feedback.</p>";
- // $to = "rush2jrp@gmail.com, mukulrkulkarni@gmail.com, lavitha89@gmail.com, kannan@iitb.ac.in, kiran@fossee.in, manasdas17@gmail.com";
- $to = "rush2jrp@gmail.com, jayaram@iitb.ac.in";
+ $to = "rush2jrp@gmail.com, mukulrkulkarni@gmail.com, lavitha89@gmail.com, kannan@iitb.ac.in, kiran@fossee.in, manasdas17@gmail.com";
+ // $to = "rush2jrp@gmail.com, jayaram@iitb.ac.in";
$subject = "New Cloud Comment";
$message = "
A new comment has been posted. <br>
diff --git a/index.php b/index.php
index 4580453..45a6b87 100755
--- a/index.php
+++ b/index.php
@@ -12,8 +12,8 @@
<script>
$(document).ready(function(){
- // var webroot = "http://cloud.scilab.in/";
- var webroot = "http://localhost/cloud/";
+ var webroot = "http://cloud.scilab.in/";
+ // var webroot = "http://localhost/cloud/";
var imgdata = '<img src="images/ajax-loader.gif">';
$("#single_image").fancybox();
$('.fancymenu').fancybox({title: ""});