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:
parent
9d6416291d
commit
3e88381042
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ HUMHUB_AUTH_BASIC_PATH="/protected/modules/auth-basic"
|
||||||
|
|
||||||
local_curl_csrf () {
|
local_curl_csrf () {
|
||||||
# Define url of page to curl
|
# 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
|
local full_path=$path_url$local_page
|
||||||
|
|
||||||
if [ "${path_url}" == "/" ]; then
|
if [ "${path_url}" == "/" ]; then
|
||||||
|
|
Loading…
Reference in a new issue