Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PubliS2low
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Damien DEMPT
PubliS2low
Commits
432c21f6
Commit
432c21f6
authored
3 years ago
by
Damien DEMPT
Browse files
Options
Downloads
Patches
Plain Diff
Update import.php
parent
2815a550
No related branches found
Branches containing commit
Tags
v2.4.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
import.php
+1
-1
1 addition, 1 deletion
import.php
with
1 addition
and
1 deletion
import.php
+
1
−
1
View file @
432c21f6
...
...
@@ -47,7 +47,7 @@ else
$insee
=
$_GET
[
'insee'
];
// Prise en compte du serveur Windows
// Prise en compte du serveur Windows
(merci Antoine)
if
(
strtoupper
(
substr
(
PHP_OS
,
0
,
3
))
===
'WIN'
)
{
define
(
'PEM'
,
realpath
(
'key'
)
.
'\\'
.
$cert
.
'client.pem'
);
define
(
'SSLKEY'
,
realpath
(
'key'
)
.
'\\'
.
$cert
.
'key.pem'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment