Add stucture
This commit is contained in:
14
front/main.php
Normal file
14
front/main.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class mcServ {
|
||||
public function checkConf() {
|
||||
if (!file_exists("../mgServ.db")) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
public function checkLogin() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user