- Add MANTISBT_ADMIN env variable to disable admin directory access.
This commit is contained in:
7
env.dist
7
env.dist
@@ -120,10 +120,11 @@ if [[ "${APPL_ENV}" != "prd" ]]
|
||||
then
|
||||
APPL_URL="http://localhost:${WA_PORT_MAIN_EXT}/${APPL_NAME}/"
|
||||
else
|
||||
APPL_URL="https://arena-si.fr/tools/${APPL_NAME}/"
|
||||
APPL_URL="https://private.arena-si.fr/tools/${APPL_NAME}/"
|
||||
fi
|
||||
|
||||
MANTISBT_ADMIN="ENABLED"
|
||||
#MANTISBT_ADMIN="DISABLED"
|
||||
|
||||
WA_IMG_EXT=./var/www/html/${APPL_NAME}/images-local
|
||||
WA_IMG_INT=${APACHE_DOC_ROOT}/${APPL_NAME}/images-local
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user