]> git.mxchange.org Git - friendica.git/blobdiff - config/defaults.config.php
Create own base URL class which holds the whole base url business logic
[friendica.git] / config / defaults.config.php
index 0d9e55c7d92a5df34404a53be04d585faf3b24ce..b42bc8c628cc8dfc846f58eb481c82fdf9f2cade 100644 (file)
@@ -377,11 +377,6 @@ return [
                // Maximum number of posts that a user can send per month with the API. 0 to disable monthly throttling.
                'throttle_limit_month' => 0,
 
-               // urlpath (String)
-               // If you are using a subdirectory of your domain you will need to put the relative path (from the root of your domain) here.
-               // For instance if your URL is 'http://example.com/directory/subdirectory', set urlpath to 'directory/subdirectory'.
-               'urlpath' => '',
-
                // username_min_length (Integer)
                // The minimum character length a username can be.
                // This length is check once the username has been trimmed and multiple spaces have been collapsed into one.