diff options
author | Camil Staps | 2015-04-26 12:37:58 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-26 12:37:58 +0200 |
commit | bcb71edf812c9c41833d5a66c39844ec35466190 (patch) | |
tree | 1a7d04482ca4676b4384fce3367f49e67b8b10f6 /src/filters.php | |
parent | migrations have package's namespace for compatibility (diff) |
Fixed basic authentication
Diffstat (limited to 'src/filters.php')
-rw-r--r-- | src/filters.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filters.php b/src/filters.php index 17daa3a..b3d9bbc 100644 --- a/src/filters.php +++ b/src/filters.php @@ -1,4 +1 @@ <?php -Route::filter('botleaguesapi-http-auth', function(){ - header('WWW-Authenticate: Basic realm="Botleagues"'); -});
\ No newline at end of file |