fix deprecated jquery calls; move editapikey jq call to Ajax.php; fix edit of apikeys::allowed_from and allow cidr
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -444,7 +444,7 @@ class FroxlorInstall
|
||||
`vhostcontainer` = '1',
|
||||
`vhostcontainer_servername_statement` = '1'
|
||||
");
|
||||
$nvh = $this->_data['webserver'] == 'apache2' ? '1' : '0';
|
||||
$nvh = $this->_data['webserver'] == 'apache2' ? '1' : '0';
|
||||
$stmt->execute(array(
|
||||
'nvh' => $nvh,
|
||||
'serverip' => $this->_data['serverip'],
|
||||
@@ -1193,6 +1193,9 @@ class FroxlorInstall
|
||||
// check for json extension
|
||||
$this->_requirementCheckFor($content, $_die, 'json', false, 'phpjson');
|
||||
|
||||
// check for gmp extension
|
||||
$this->_requirementCheckFor($content, $_die, 'gmp', false, 'phpgmp');
|
||||
|
||||
// check for bcmath extension
|
||||
$this->_requirementCheckFor($content, $_die, 'bcmath', true, 'phpbcmath', 'bcmathdescription');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user