Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Øistein Kjos
phpipam-agent
Commits
da2b2184
Commit
da2b2184
authored
Feb 17, 2017
by
Miha Petkovsek
Browse files
Fixed #17
parent
ce7c6bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions/classes/class.phpipamAgent.php
View file @
da2b2184
...
...
@@ -373,7 +373,7 @@ class phpipamAgent extends Common_functions {
}
// if non-threaded permitted remove pcntl requirement
if
(
$this
->
config
->
nonthreaded
===
true
)
{
unset
(
$required_ext
[
'pcntl'
]);
unset
(
$required_ext
[
2
]);
}
// if api selected
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment