Merge branch 'release-1.34'
This commit is contained in:
commit
95249d5eb4
|
@ -300,7 +300,7 @@ EOF
|
|||
DEBUILD="debuild -i -us -uc -b"
|
||||
else
|
||||
# Source build, don't need build depends.
|
||||
DEBUILD="debuild -S -sa"
|
||||
DEBUILD="debuild -S -sa -sd"
|
||||
fi;
|
||||
fi;
|
||||
if [ "$DEBSIGN_KEYID" != "" ]; then
|
||||
|
|
|
@ -29,7 +29,7 @@ if ( ! canView('Control', $_REQUEST['mid']) ) {
|
|||
return;
|
||||
}
|
||||
|
||||
require_once('Monitor.php');
|
||||
require_once('includes/Monitor.php');
|
||||
$mid = validInt($_REQUEST['mid']);
|
||||
if ( $action == 'settings' ) {
|
||||
$args = ' -m ' . escapeshellarg($mid);
|
||||
|
|
Loading…
Reference in New Issue