This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Teacup
mirror of
https://github.com/aaronpk/Teacup.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
include pebble.php
pull/10/head
Aaron Parecki
9 years ago
parent
2503607dde
commit
ca50a690d7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
public/index.php
+ 1
- 0
public/index.php
View File
@ -13,6 +13,7 @@ $app = new \Slim\Slim(array(
require
'controllers/auth.php'
;
require
'controllers/controllers.php'
;
require
'controllers/pebble.php'
;
session_name
(
'teacup'
);
session_set_cookie_params
(
86400
*
30
);
Write
Preview
Loading…
Cancel
Save