From c8e1e76715a61db35901b0f9e0db13e2ab4bbca8 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 16 Dec 2016 10:10:07 +0100 Subject: [PATCH] bootstrap: add uri_template fallback --- app/bootstrap/uri_template.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/bootstrap/uri_template.php diff --git a/app/bootstrap/uri_template.php b/app/bootstrap/uri_template.php new file mode 100644 index 0000000..d980670 --- /dev/null +++ b/app/bootstrap/uri_template.php @@ -0,0 +1,8 @@ +expand($str, $arr); + } +} -- 2.30.2