Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
7dad6370
Commit
7dad6370
authored
Jul 03, 2019
by
Thierry Bugier
Committed by
Johan Cwiklinski
Sep 10, 2019
Browse files
cleanup unused global in api
parent
98b386a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
inc/api.class.php
View file @
7dad6370
...
...
@@ -94,7 +94,7 @@ abstract class API extends CommonGLPI {
* @return void
*/
public
function
initApi
()
{
global
$CFG_GLPI
,
$DB
;
global
$CFG_GLPI
;
// Load GLPI configuration
include_once
(
GLPI_ROOT
.
'/inc/includes.php'
);
...
...
Write
Preview
Supports
Markdown
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