digitaldutch / roaddanger.org

A website and database for news reports about traffic crashes around the world.
https://www.roaddanger.org/
MIT License
12 stars 3 forks source link
danger mariadb php road traffic-crashes

roaddanger.org

A website and database for news reports about traffic crashes around the world.

Website: roaddanger.org

Requirements

Installation

// Do not fill in the database settings // - Create a new file named configsecret.php and fill these settings there. // - Exclude configsecret.php from checking into your source code repository. // - This is to prevent passwords from entering the source code repository. const DB_HOST = ''; const DB_NAME = ''; const DB_USER = ''; const DB_PASSWORD = '';


* Register yourself as a user on the website. Make yourself an administrator in MySQL by 
setting the `permission` for yourself field to `1` in the users table.

### License ###
This software is made available under the [MIT license](LICENSE).