aboutsummaryrefslogtreecommitdiff
path: root/src/filters.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.php')
-rw-r--r--src/filters.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/filters.php b/src/filters.php
new file mode 100644
index 0000000..302c376
--- /dev/null
+++ b/src/filters.php
@@ -0,0 +1,5 @@
+<?php
+Route::filter('basic.once', function()
+{
+ return Auth::onceBasic();
+}); \ No newline at end of file