1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-12 21:59:38 +00:00
This commit is contained in:
kolaente 2017-05-08 11:53:26 +02:00 committed by konrad
parent ad779c5737
commit 60e4b7cec6

View File

@ -1,9 +1,9 @@
<?php
/*if (file_exists('../config/config.yml'))
if (file_exists('../config/config.yml'))
{
header('Location: index.php');
exit;
}*/
}
session_name('adminsession');
session_start();
require_once '../inc/libs/functions.php';