diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-01-15 08:07:54 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-01-15 08:07:54 -0800 |
commit | 3310a85ac8f276ad270388a4242b623f30abe74d (patch) | |
tree | 8e9da2a1861432e361bb5ac2dc5245015b8c11f1 /public | |
parent | fa06932a9c1bb289cae6cbaa046c6b9c07bf5b1a (diff) |
store the user's timezone after their location is found
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index 0909780..bca3b43 100644 --- a/public/index.php +++ b/public/index.php @@ -13,6 +13,7 @@ $app = new \Slim\Slim(array( require 'controllers/auth.php'; require 'controllers/controllers.php'; +require 'controllers/micropub.php'; require 'controllers/static.php'; require 'controllers/editor.php'; require 'controllers/hooks.php'; |