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:
parent
b381b9e1ae
commit
b0a3e07128
1 changed files with 2 additions and 2 deletions
|
@ -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_));
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue