Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(106)

Delta Between Two Patch Sets: DB/API_REST/utils/restart.php

Issue 335100043: DB with histogram
Left Patch Set: db2.0 Created 6 years, 3 months ago
Right Patch Set: Fixing last bug Created 6 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « DB/API_REST/utils/link.plt ('k') | DB/API_REST/utils/restart.sh » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?php
2 $password = $_POST["pass"];
3 $cmd = "echo ". $password . " | sudo -S /var/www/html/API_REST/utils/restart.sh" ;
4 $output = shell_exec($cmd);
5 echo $cmd;
6 echo $output;
7 ?>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b