aboutsummaryrefslogtreecommitdiffhomepage
path: root/login/app/sprinkles/FormGenerator/routes
diff options
context:
space:
mode:
authormarvin-borner@live.com2018-04-15 19:16:19 +0200
committermarvin-borner@live.com2018-04-15 19:16:19 +0200
commit619b01b3615458c4ed78bfaeabb6b1a47cc8ad8b (patch)
treef6be4552e31964ac894860bcfdc832e3c5740ad8 /login/app/sprinkles/FormGenerator/routes
parent937100e9bb2a2f5ab035e283e01e6d96e569ee51 (diff)
Preparing for soon implementation of content management system
Diffstat (limited to 'login/app/sprinkles/FormGenerator/routes')
-rw-r--r--login/app/sprinkles/FormGenerator/routes/FormGenerator.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/login/app/sprinkles/FormGenerator/routes/FormGenerator.php b/login/app/sprinkles/FormGenerator/routes/FormGenerator.php
new file mode 100644
index 0000000..0b7ea51
--- /dev/null
+++ b/login/app/sprinkles/FormGenerator/routes/FormGenerator.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * UserFrosting (http://www.userfrosting.com)
+ *
+ * @link https://github.com/userfrosting/UserFrosting
+ * @copyright Copyright (c) 2013-2016 Alexander Weissman
+ * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
+ */
+
+global $app;
+
+$app->get('/forms/confirm','UserFrosting\Sprinkle\FormGenerator\Controller\FormGeneratorController:confirm'); \ No newline at end of file