This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
new JWT library
pull/25/head
Aaron Parecki
9 years ago
parent
ea4a20015c
commit
ae126d26ca
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
controllers/controllers.php
+ 1
- 0
controllers/controllers.php
View File
@ -1,4 +1,5 @@
<
?
php
<
?
php
use
Firebase\JWT\JWT
;
function
require_login
(
&
$app
,
$redirect
=
true
)
{
function
require_login
(
&
$app
,
$redirect
=
true
)
{
$params
=
$app
->
request
()
->
params
();
$params
=
$app
->
request
()
->
params
();
Write
Preview
Loading…
Cancel
Save