Commit Graph

54 Commits

Author SHA1 Message Date
Philipp Holzer
cf39c9df81 Bugfixings
- moved testargs.php to util directory
- Switch Environment check before config at automatic install
- checkPHP() is now finding the PHP binary too
- Bugfixing checkPHP() & required returned wrong status
- removing not used $_POST['phpath'] in web installer
2018-10-30 11:30:19 +01:00
Philipp Holzer
f0382ab919 Refactoring Installation
- centralized installation
- renamed Core\Install to Core\Installer
- avoid using $a->data[] for states
- removed unnecessary code
2018-10-29 18:44:39 +01:00
Philipp Holzer
cfae736660 Code Standards 2018-10-29 14:39:09 +01:00
Philipp Holzer
abb50fbf62 Install to Module
- Move Install to Module
- Some Bugfixings
2018-10-29 14:10:45 +01:00