Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
03f80549
Commit
03f80549
authored
Jun 15, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme upgraded
parent
ac7510dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
README.md
README.md
+1
-0
register.php
qa-include/pages/register.php
+1
-1
No files found.
README.md
View file @
03f80549
...
...
@@ -9,6 +9,7 @@
define
(
'QA_MYSQL_PASSWORD'
,
'cagette2015'
);
define
(
'QA_MYSQL_DATABASE'
,
'openbarlacagette'
);
define
(
'COOPERATIC_DJANGO_ODOO_URL'
,
'https://domaine.accueil/members/external_login'
);
define
(
'OFFICIAL_WEBSITE'
,
'https://my-website.fr/'
);
```
Créer une database mySQL
...
...
qa-include/pages/register.php
View file @
03f80549
...
...
@@ -61,7 +61,7 @@ foreach ($userfields as $index => $userfield) {
// Check we haven't suspended registration, and this IP isn't blocked
$findoutmore
=
'<a href="'
.
qa_html
(
OFFICIAL_SITE
)
.
'">'
.
qa_lang_html
(
'users/find_out_more'
)
.
'</a>'
;
$findoutmore
=
'<a href="'
.
qa_html
(
OFFICIAL_
WEB
SITE
)
.
'">'
.
qa_lang_html
(
'users/find_out_more'
)
.
'</a>'
;
if
(
qa_opt
(
'suspend_register_users'
))
{
$qa_content
=
qa_content_prepare
();
...
...
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