Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
framadate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Nounous
framadate
Commits
07b60b22
Commit
07b60b22
authored
8 years ago
by
Antonin
Browse files
Options
Downloads
Patches
Plain Diff
Config.php bad encoding on install
parent
fffe5dab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tpl/admin/config.tpl
+5
-5
5 additions, 5 deletions
tpl/admin/config.tpl
with
5 additions
and
5 deletions
tpl/admin/config.tpl
+
5
−
5
View file @
07b60b22
...
...
@@ -4,16 +4,16 @@
*
is
not
distributed
with
this
file
,
you
can
obtain
one
at
*
http:
//
www.cecill.info
/
licences
/
Licence_CeCILL-B_V1-en.txt
*
*
Authors
of
STUdS
(
initial
project
)
:
Guilhem
BORGHESI
(
borghesi
@
unistra.fr
)
and
Raphal
DROZ
*
Authors
of
STUdS
(
initial
project
)
:
Guilhem
BORGHESI
(
borghesi
@
unistra.fr
)
and
Rapha
ë
l
DROZ
*
Authors
of
Framadate
/
OpenSondate:
Framasoft
(
https:
//
github.com
/
framasoft
)
*
* =
============================
*
*
Ce
logiciel
est
rgi
par
la
licence
CeCILL-B.
Si
une
copie
de
cette
licence
*
Ce
logiciel
est
r
é
gi
par
la
licence
CeCILL-B.
Si
une
copie
de
cette
licence
*
ne
se
trouve
pas
avec
ce
fichier
vous
pouvez
l
'
obtenir
sur
*
http:
//
www.cecill.info
/
licences
/
Licence_CeCILL-B_V1-fr.txt
*
*
Auteurs
de
STUdS
(
projet
initial
)
:
Guilhem
BORGHESI
(
borghesi
@
unistra.fr
)
et
Raphal
DROZ
*
Auteurs
de
STUdS
(
projet
initial
)
:
Guilhem
BORGHESI
(
borghesi
@
unistra.fr
)
et
Rapha
ë
l
DROZ
*
Auteurs
de
Framadate
/
OpenSondage
:
Framasoft
(
https:
//
github.com
/
framasoft
)
*
/
...
...
@@ -51,9 +51,9 @@ const DEFAULT_LANGUAGE = '{$defaultLanguage}';
//
List
of
supported
languages
,
fake
constant
as
arrays
can
be
used
as
constants
only
in
PHP
>
=5.6
$ALLOWED_LANGUAGES = [
'fr' => 'Franais',
'fr' => 'Fran
ç
ais',
'en' => 'English',
'es' => 'Espaol',
'es' => 'Espa
ñ
ol',
'de' => 'Deutsch',
'it' => 'Italiano',
];
...
...
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