summaryrefslogtreecommitdiff
path: root/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 15:36:34 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 15:36:48 +0400
commit404e2e3603c852a3f82a21c14b8888005e2b3f99 (patch)
tree8814cfecfe167fc32d474d670bc47be32a9a5e25 /public.php
parentba68b6815ab31d17cda113e7990eeb07558b02a9 (diff)
more work on singleton-based DB
Diffstat (limited to 'public.php')
-rw-r--r--public.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public.php b/public.php
index 1a50538fb..ae6ae44b2 100644
--- a/public.php
+++ b/public.php
@@ -17,6 +17,7 @@
$_REQUEST = array_map('stripslashes_deep', $_REQUEST);
}
+ require_once "autoload.php";
require_once "sessions.php";
require_once "functions.php";
require_once "sanity_check.php";