Browse Source

README changed

master
RinRi 4 years ago
parent
commit
d96a5bfee5
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      README.md

+ 7
- 2
README.md View File

@@ -1,2 +1,7 @@
# MisterMoral.github.io
GET OUT OF THERE
# FutureBuilding Shop
Built with PHP online shop for fictional FutureBuilding company.
You need to use MySQL database in config.php file:
```php
<?php
return mysqli_connect("ip adress", "login", "password", "database name");
```

Loading…
Cancel
Save