Added Snapshot::check() to main function for index.php

This commit is contained in:
Evan Prodromou 2009-04-23 03:35:18 -04:00
parent 2772b0f7ce
commit b140bcdee4
1 changed files with 2 additions and 0 deletions

View File

@ -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."));