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
23d8e5d1
Commit
23d8e5d1
authored
Dec 02, 2016
by
Max Herrmann
Browse files
Deleted print_r from tests
parent
13d26984
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions/classes/class.phpipamAgent.php
View file @
23d8e5d1
...
...
@@ -1075,7 +1075,6 @@ class phpipamAgent extends Common_functions {
$this
->
Database
=
new
Database_PDO
(
$this
->
config
->
db
[
'user'
],
$this
->
config
->
db
[
'pass'
],
$this
->
config
->
db
[
'host'
],
$this
->
config
->
db
[
'port'
],
$this
->
config
->
db
[
'name'
]);
}
// loop
print_r
(
$subnets
);
foreach
(
$subnets
as
$s
)
{
if
(
sizeof
(
$s
->
discovered
)
>
0
)
{
foreach
(
$s
->
discovered
as
$ip
)
{
...
...
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