dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 4abfe801ec - Show all commits
+2
View File
@@ -7,6 +7,8 @@ class DatabaseUserManager implements UserManagerDAO {
private static $instance = null; private static $instance = null;
public function __construct() public function __construct()
{ {
die("DatabaseUserManager wird verwendet");
if (!file_exists(__DIR__ . '/../../db/users.db')) { if (!file_exists(__DIR__ . '/../../db/users.db')) {
try { try {
$user = 'root'; $user = 'root';