Added Snapshot::check() to main function for index.php
This commit is contained in:
parent
2772b0f7ce
commit
b140bcdee4
|
@ -65,6 +65,8 @@ function main()
|
||||||
{
|
{
|
||||||
global $user, $action, $config;
|
global $user, $action, $config;
|
||||||
|
|
||||||
|
Snapshot::check();
|
||||||
|
|
||||||
if (!_have_config()) {
|
if (!_have_config()) {
|
||||||
$msg = sprintf(_("No configuration file found. Try running ".
|
$msg = sprintf(_("No configuration file found. Try running ".
|
||||||
"the installation program first."));
|
"the installation program first."));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user