]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added Snapshot::check() to main function for index.php
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 23 Apr 2009 07:35:18 +0000 (03:35 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 23 Apr 2009 07:35:18 +0000 (03:35 -0400)
index.php

index e24bde9179fd884a220b05f26f170a06914b07b5..3f25e004d7054e896de16df6a14e4cd875234d7b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -65,6 +65,8 @@ function main()
 {
     global $user, $action, $config;
 
+    Snapshot::check();
+    
     if (!_have_config()) {
         $msg = sprintf(_("No configuration file found. Try running ".
                          "the installation program first."));