1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

update comments

This commit is contained in:
Kay0u 2020-03-14 00:31:36 +01:00
parent ca6db622eb
commit 61e002ad77
No known key found for this signature in database
GPG key ID: 7FF262C033518333

View file

@ -12,7 +12,7 @@ pkg_dependencies="php-xml php-mbstring php-mysql"
#================================================= #=================================================
# Check if an URL is already handled # Check if an URL is already handled
# usage: is_url_handled URL # usage: is_url_handled --domain=DOMAIN --path=PATH_URI
is_url_handled() { is_url_handled() {
# Declare an array to define the options of this helper. # Declare an array to define the options of this helper.
local legacy_args=dp local legacy_args=dp