Makes it so that mlmmj-php-web-admin uses the FHS of Debian with correct dirs. diff -u -r -N a/contrib/web/php-admin/htdocs/dot.htaccess b/contrib/web/php-admin/htdocs/dot.htaccess
Update for PHP 5 -> PHP 7 transition ereg() and eregi() were deprecated with PHP 5.3.0 and removed in PHP 7.0.0 https://secure.php.net/manual/en/function.ereg.php https://secure.php.net/manual/en/function.eregi.php Also remove min 2, max 4 character TLD portion of regex, as there are top-level domains > 4 chars now. Thanks to Ron Guerin <ron@vnetworx.net> for his help with the PHP regexes.
Alter the mlmmj instructions for making a crontab entry, which by default tells the user to add an entry without specifying the user. Additionally let the user know that the Debian package already adds a crontab entry in /etc/cron.d meaning under normal circumstances no additional crontab is necessary