1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/humhub_ynh.git synced 2024-09-03 19:26:11 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2023-04-27 09:42:42 +02:00
parent 9d6416291d
commit 3e88381042

View file

@ -20,7 +20,7 @@ HUMHUB_AUTH_BASIC_PATH="/protected/modules/auth-basic"
local_curl_csrf () {
# Define url of page to curl
local local_page=$(ynh_normalize_url_path $1)
local local_page=$1
local full_path=$path_url$local_page
if [ "${path_url}" == "/" ]; then