Continue Setup

This commit is contained in:
marc-go
2026-02-05 19:56:52 +01:00
parent 0a0cacac3b
commit d04d005b1b
10 changed files with 90 additions and 25 deletions

View File

@@ -1,14 +0,0 @@
<?php
class mcServ {
public function checkConf() {
if (!file_exists("../mgServ.db")) {
return false;
}
return true;
}
public function checkLogin() {
}
}