Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Final Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Nov 16, 2018
1 parent 9084e60 commit dc05153
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 43 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

> Small tool to coordinate volunteers and meetings.
> > **Under Development**
>
> Having PHP 7 installed, one can start a dev-session by executing
> `php -S localhost:8000` in the respository folder.
- [Development ToDo](https://github.com/KIMB-technologies/KIMB-Forms-Project/wiki)
- [Issues and Planned Features](https://github.com/KIMB-technologies/KIMB-Forms-Project/issues)
- [Installation Instructions](https://github.com/KIMB-technologies/KIMB-Forms-Project/blob/master/INSTALL.md)
- [Installation Instructions](https://github.com/KIMB-technologies/KIMB-Forms-Project/blob/master/INSTALL.md)

3 changes: 3 additions & 0 deletions core/sysinit.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@
else if( constant( 'KIMB-FORMS-PROJECT' ) === 'API'){ //load as API Request (AJAX, etc.)
require_once( __DIR__ . '/api/api.php' );
}
else{
die('Invalid Endpoint!');
}
?>
13 changes: 7 additions & 6 deletions data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
},
"captcha": {
"poll": false,
"new": false
"new": true
},
"texts": {
"enablePoll": false,
"enableNew": false,
"textPoll": "Poll ok Text",
"textNew": "New ok Text"
}
"enablePoll": true,
"enableNew": true,
"textPoll": "Ich bin mit den Datenschutzrichlinien ... einverstanden!",
"textNew": "Ich bin mit den AGB des Anbieters einverstanden!"
},
"version" : "1.0.0alpha"
}
21 changes: 0 additions & 21 deletions data/poll_MfNnwiFpyo.json

This file was deleted.

14 changes: 0 additions & 14 deletions data/pollsub_MfNnwiFpyo.json

This file was deleted.

0 comments on commit dc05153

Please sign in to comment.