0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/scripts
Christian Boltz 5e93dfe604
postfixadmin-cli: drop (undocumented) -webroot etc.
Dropping the -webroot parameter (which basically means hardcoding that
../common.php has to exist) allows to do quite some cleanup.

Also unconditionally require_once('../common.php') to ensure that
everything we expect in the global namespace (like the 'Conf' class) is
there.

This allows even more cleanup. We get rid of __bootstrap() and some
constants, and can simplify parameter handling.
2018-03-25 21:15:45 +02:00
..
shells Reformat everything with PHP-Cs-Fixer 2018-01-26 23:54:37 +09:00
snippets Reformat everything with PHP-Cs-Fixer 2018-01-26 23:54:37 +09:00
postfixadmin-cli fix perms (executable) 2017-09-07 14:54:32 +01:00
postfixadmin-cli.php postfixadmin-cli: drop (undocumented) -webroot etc. 2018-03-25 21:15:45 +02:00