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
GIP RENATER
switch-wayf
Commits
ea821561
Commit
ea821561
authored
Apr 06, 2018
by
Guillaume Rousse
Browse files
oops, fix variable name
parent
2ae94956
Changes
2
Show whitespace changes
Inline
Side-by-side
bin/update-config.php
View file @
ea821561
...
...
@@ -7,7 +7,7 @@ if (isset($_SERVER['REMOTE_ADDR'])){
exit
(
'No direct script access allowed'
);
}
$top
l
evelDir
=
dirname
(
__DIR__
);
$top
L
evelDir
=
dirname
(
__DIR__
);
$distConfigFilePath
=
$topLevelDir
.
'/etc/config.dist.php'
);
$newConfigFilePath
=
$topLevelDir
.
'/etc/config.new.php'
);
$currentConfigFilePath
=
$topLevelDir
.
'/etc/config.php'
);
...
...
bin/update-metadata.php
View file @
ea821561
...
...
@@ -44,7 +44,7 @@ Argument Description
PAGE;
$top
l
evelDir
=
dirname
(
__DIR__
);
$top
L
evelDir
=
dirname
(
__DIR__
);
require_once
(
$topLevelDir
.
'/lib/functions.php'
);
require_once
(
$topLevelDir
.
'/lib/readMetadata.php'
);
...
...
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