diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 03:35:18 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-23 03:35:18 -0400 |
commit | b140bcdee4b1f4c8f2f34a89a9c5c51e7ecfe826 (patch) | |
tree | 347866bf489d0d51fa14d627fc093d084f3fea8e /index.php | |
parent | 2772b0f7ce2878510d7b4f0ea0524ca6ef4f1be1 (diff) |
Added Snapshot::check() to main function for index.php
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.")); |