Skip to content
Snippets Groups Projects
Commit 77de8f38 authored by Antonin's avatar Antonin
Browse files

Check.php is used first at install and available in admin

parent f046cbdf
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ use Framadate\Utils;
include_once __DIR__ . '/app/inc/init.php';
if (!is_file(CONF_FILENAME)) {
header(('Location: ' . Utils::get_server_name() . 'admin/install.php'));
header(('Location: ' . Utils::get_server_name() . 'admin/check.php'));
exit;
}
......
......@@ -11,6 +11,9 @@
<div class="col-md-6 col-xs-12">
<a href="./purge.php"><h2>{__('Admin', 'Purge')}</h2></a>
</div>
<div class="col-md-6 col-xs-12">
<a href="./check.php"><h2>{__('Check', 'Installation checking')}</h2></a>
</div>
{if $logsAreReadable}
<div class="col-md-6 col-xs-12">
<a href="./logs.php"><h2>{__('Admin', 'Logs')}</h2></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment