Add stucture

This commit is contained in:
marc-go
2026-01-10 19:10:48 +01:00
parent 7072f11a33
commit c5b149a3d5
3 changed files with 46 additions and 0 deletions

14
front/main.php Normal file
View File

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