Commit 03f80549 by Félicie

readme upgraded

parent ac7510dc
......@@ -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
......
......@@ -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_WEBSITE) . '">' . qa_lang_html('users/find_out_more') . '</a>';
if (qa_opt('suspend_register_users')) {
$qa_content = qa_content_prepare();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment