]> git.mxchange.org Git - friendica.git/commit
Fix PHP cannot take a shell script
authorAlexandre Alapetite <alexandre@alapetite.fr>
Sat, 24 Mar 2018 11:47:40 +0000 (12:47 +0100)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Sat, 24 Mar 2018 11:47:40 +0000 (12:47 +0100)
commite64196c7b3650e4474983b9870250734ae63a81b
tree03f66f068aacf2e519de761cf7772cd553be1324
parented93fce74322cee9a9a09838ea82d7158b17ee47
Fix PHP cannot take a shell script

Fix part of https://github.com/friendica/friendica/issues/4665
`php [shell file]` does not work, so use `php [php file]` instead.
`php bin/console.php` is more robust than e.g. `bin/console` which does
not work on Windows, or *nix systems without Bash
README.translate.md
doc/Developer-How-To-Move-Classes-to-src.md
doc/Github.md
doc/translations.md
mod/admin.php
util/README