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
jlopez
wicopa
Commits
1d6de6fd
Commit
1d6de6fd
authored
Mar 05, 2020
by
jlopez
Browse files
remove var_dump
parent
37d9011a
Changes
1
Hide whitespace changes
Inline
Side-by-side
getPackages.php
View file @
1d6de6fd
...
@@ -54,8 +54,6 @@ $limit = 20;
...
@@ -54,8 +54,6 @@ $limit = 20;
$result
=
array
();
$result
=
array
();
var_dump
(
$distrib
);
if
(
strpos
(
$distrib
,
':'
)
!==
false
)
{
if
(
strpos
(
$distrib
,
':'
)
!==
false
)
{
$os
=
explode
(
":"
,
$distrib
);
$os
=
explode
(
":"
,
$distrib
);
$os_name
=
$os
[
0
];
$os_name
=
$os
[
0
];
...
...
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