Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-01 09:58:46 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-01 09:58:46 +0300
commit32aaf015a943b6ce52e5cbec6e26b85870c89cf6 (patch)
tree536c7a8b064649aa8cda520bf58d7a7cf32f8c44 /functions.php
parent62de103976cb852ef3fe553299a761e553062378 (diff)
Process and request handling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 5490bc74..c96cf7a1 100644
--- a/functions.php
+++ b/functions.php
@@ -16,6 +16,7 @@ require_once locate_template('/lib/comments.php'); // Custom comments mod
require_once locate_template('/lib/relative-urls.php'); // Root relative URLs
require_once locate_template('/lib/widgets.php'); // Sidebars and widgets
require_once locate_template('/lib/custom.php'); // Custom functions
+require_once locate_template('/lib/register.php'); // Custom functions
function translationUrlFilter($url) {
$path = parse_url(site_url())['path'];