From 3310a85ac8f276ad270388a4242b623f30abe74d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 15 Jan 2017 08:07:54 -0800 Subject: store the user's timezone after their location is found --- public/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'public/index.php') 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'; -- cgit v1.2.3