diff --git a/lib/classes/bulk/class.DomainBulkAction.php b/lib/classes/bulk/class.DomainBulkAction.php index b424dab3..21690eff 100644 --- a/lib/classes/bulk/class.DomainBulkAction.php +++ b/lib/classes/bulk/class.DomainBulkAction.php @@ -255,8 +255,6 @@ class DomainBulkAction { * adds a single domain to the database using the given array * * @param array $domain_data - * @param object $ins_stmt prepared PDO-statement to insert into panel_domains - * @param object $ipp_ins_stmt prepared PDO-statement to insert into panel_domaintoip * * @return int last-inserted id or false on error */ diff --git a/templates/misc/configfiles/rhel7/cron/etc_cron.d_froxlor b/templates/misc/configfiles/rhel7/cron/etc_cron.d_froxlor index f283652c..4b172508 100644 --- a/templates/misc/configfiles/rhel7/cron/etc_cron.d_froxlor +++ b/templates/misc/configfiles/rhel7/cron/etc_cron.d_froxlor @@ -5,5 +5,6 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin # # Regular cron jobs for the froxlor package # -*/1 * * * * root /usr/bin/php -q /opt/froxlor/scripts/froxlor_master_cronjob.php - +# Please check that all following paths are correct +# +*/1 * * * * root /usr/bin/php -q scripts/froxlor_master_cronjob.php