Skip to content
Snippets Groups Projects
Commit 9d0d3e20 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline#38716_calice68_pb_catcha_sur_httpwwwcalice68frauthregister' into 'stable'

Hotline#38716 calice68 pb catcha sur httpwwwcalice68frauthregister

See merge request !1503
parents dfdc0a24 9b4a0a13
9 merge requests!1587Master,!1553Master,!1525Master,!1519Master,!1510Master,!1509Hotline master,!1507Form custom fields refacto,!1505Stable,!1504Stable
- ticket #38716 : correction du répertoire de sauvegarde des images de captcha
\ No newline at end of file
......@@ -110,8 +110,8 @@ function setupConstants() {
defineConstant('PATH_ADMIN_SUPPORTS', ROOT_PATH . 'public/admin/images/supports/');
defineConstant('PATH_FONTS', ROOT_PATH . 'public/opac/fonts/');
defineConstant('URL_CAPTCHA', BASE_URL . '/public/captcha/');
defineConstant('PATH_CAPTCHA', ROOT_PATH . 'public/captcha/');
defineConstant('URL_CAPTCHA', BASE_URL . '/temp/');
defineConstant('PATH_CAPTCHA', PATH_TEMP);
defineConstant('CACHE_LIFETIME', 3600);
defineConstant('MEMCACHED_ENABLE', false);
defineConstant('MEMCACHED_HOST', 'localhost');
......
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