- changed webserver to apiserver
- added webserver - a lot of debugging - install shell script
This commit is contained in:
10
webserver/index.php
Normal file
10
webserver/index.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
require_once "header.php";
|
||||
require_once "config.php";
|
||||
require_once "db_config.php";
|
||||
|
||||
print (_("This is the Statistics of Moha"));
|
||||
|
||||
|
||||
require_once "footer.php";
|
||||
?>
|
Reference in New Issue
Block a user