| /belle2/masterclass/update.php |
|---|
| 2,8 → 2,8 |
| <body> |
| <?php |
| #$output = shell_exec("curl -L http://belle2.ijs.si/masterclass_latest.tgz | tar xzv "); |
| $output = shell_exec("svn update"); |
| $output = shell_exec("curl -L http://belle2.ijs.si/masterclass_latest.tgz | tar xzv "); |
| //$output = shell_exec("svn update"); |
| echo "<pre>$output</pre>"; |
| //$output = shell_exec("ls -latr tmp"); |
| //echo "<pre>$output</pre>"; |