- Removed: Default password hash from config-sample.php and inc.php
- Clear instructions recommending users set a password hash
Fix create.php api:
- perform str_replace if acceptLang value is true to allow create.php via manual curl command for testing to work
- curl -X POST http://localhost:8080/api/create.php -d "dur=300&int=5&pwd=hauk-test-password" will now work