From 6534dbf47be6784f1b784e674c4af5d12e0445fa Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sun, 1 Feb 2015 20:09:24 +0100 Subject: [PATCH] doc-fixes; fix hardcoded installation-path in centos-cron-configtemplate Signed-off-by: Michael Kaufmann (d00p) --- lib/classes/bulk/class.DomainBulkAction.php | 2 -- templates/misc/configfiles/rhel7/cron/etc_cron.d_froxlor | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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