From edf0ff51a68c1b95cab7cdfee02f9cfef8274093 Mon Sep 17 00:00:00 2001 From: tslee Date: Fri, 20 Mar 2015 12:18:38 +0530 Subject: scilab root path change --- comment.js | 0 comment.php | 2 +- db-connect.php | 2 +- get_elements.php | 0 getcode.php | 4 ++-- images/ajax-loader.gif | Bin images/body-bg.png | Bin images/scilab-logo.png | Bin images/scilab_logo.png | Bin index.php | 18 +++++++++++++----- 10 files changed, 17 insertions(+), 9 deletions(-) mode change 100644 => 100755 comment.js mode change 100644 => 100755 get_elements.php mode change 100755 => 100644 images/ajax-loader.gif mode change 100755 => 100644 images/body-bg.png mode change 100755 => 100644 images/scilab-logo.png mode change 100755 => 100644 images/scilab_logo.png diff --git a/comment.js b/comment.js old mode 100644 new mode 100755 diff --git a/comment.php b/comment.php index a6c5c5e..77412cd 100755 --- a/comment.php +++ b/comment.php @@ -14,7 +14,7 @@ echo "

Thank you for your valuable feedback.

"; - $to = "lavitha89@gmail.com, web-team@fossee.in, rupakrokade@gmail.com, bhavani.jalkrish@gmail.com, shamika.i.nair@gmail.com, sysads@fossee.in"; + $to = "kannan@iitb.ac.in, lavitha89@gmail.com, web-team@fossee.in, rupakrokade@gmail.com, bhavani.jalkrish@gmail.com, shamika.i.nair@gmail.com, sysads@fossee.in"; // $to = "rush2jrp@gmail.com, jayaram@iitb.ac.in"; $subject = "New Cloud Comment"; $message = " diff --git a/db-connect.php b/db-connect.php index 7d0bfc6..89e6f38 100755 --- a/db-connect.php +++ b/db-connect.php @@ -1,5 +1,5 @@
- +
@@ -351,7 +360,7 @@ if($result) { while($row = mysql_fetch_array($result)) { if(in_array(end(explode('.', $row['filepath'])), $extensions)) { - $file = file_get_contents('../scilab_in/uploads/'.$row['filepath'], true); + $file = file_get_contents('../scilab_in_2015/uploads/'.$row['filepath'], true); $data .= $file; } } @@ -359,7 +368,7 @@ $result = mysql_query($query); while($row = mysql_fetch_array($result)) { if(in_array(end(explode('.', $row['filepath'])), $extensions)) { - $file = file_get_contents('../scilab_in/uploads/'.$row['filepath'], true); + $file = file_get_contents('../scilab_in_2015/uploads/'.$row['filepath'], true); $data .= $file; } } @@ -427,7 +436,6 @@ -

Copyright © IIT Bombay

-- cgit