diff options
author | sanmugam | 2013-08-21 10:59:48 +0530 |
---|---|---|
committer | sanmugam | 2013-08-21 10:59:48 +0530 |
commit | a3e435a558392908a3c91f796042668fa10bb33f (patch) | |
tree | 9665b49f0b4bb634f1a9b50e96de64d7f2bb7293 /getcode.php | |
parent | 935f52cea62dabb46b6b8fc86446231316fccfdd (diff) | |
download | scilab_cloud_interface-a3e435a558392908a3c91f796042668fa10bb33f.tar.gz scilab_cloud_interface-a3e435a558392908a3c91f796042668fa10bb33f.tar.bz2 scilab_cloud_interface-a3e435a558392908a3c91f796042668fa10bb33f.zip |
face box include, book, example, chapter id stored
Diffstat (limited to 'getcode.php')
-rwxr-xr-x | getcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getcode.php b/getcode.php index b971d43..47cf8db 100755 --- a/getcode.php +++ b/getcode.php @@ -7,7 +7,7 @@ $result = mysql_query($query); while($row = mysql_fetch_array($result)) { if(in_array(end(explode('.', $row['filepath'])), $extensions)) { - $file = file_get_contents('../uploads/'.$row['filepath'], true); + $file = file_get_contents('../scilab_in/uploads/'.$row['filepath'], true); $data .= $file; } } |