1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/question2answer_ynh.git synced 2024-09-03 20:16:07 +02:00

Update qa-config.php

This commit is contained in:
Éric Gaspar 2023-03-29 17:10:00 +02:00 committed by Félix Piédallu
parent b381b9e1ae
commit b0a3e07128

View file

@ -144,11 +144,11 @@
Out-of-the-box Joomla! 3.x integration - to integrate with your Joomla! site, define
QA_JOOMLA_INTEGRATE_PATH. as the full path to the Joomla! directory. If your Q2A
site is a subdirectory of your main Joomla site (recommended), you can specify
dirname(__DIR__) rather than the full path.
dirname(_DIR_) rather than the full path.
With this set, you do not need to set the QA_MYSQL_* constants above since these
will be taken from Joomla automatically. See online documentation for more details.
define('QA_JOOMLA_INTEGRATE_PATH', dirname(__DIR__));
define('QA_JOOMLA_INTEGRATE_PATH', dirname(_DIR_));
*/
/*