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