doc-fixes; fix hardcoded installation-path in centos-cron-configtemplate
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -255,8 +255,6 @@ class DomainBulkAction {
|
|||||||
* adds a single domain to the database using the given array
|
* adds a single domain to the database using the given array
|
||||||
*
|
*
|
||||||
* @param array $domain_data
|
* @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
|
* @return int last-inserted id or false on error
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -5,5 +5,6 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|||||||
#
|
#
|
||||||
# Regular cron jobs for the froxlor package
|
# 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 <BASE_PATH>scripts/froxlor_master_cronjob.php
|
||||||
|
|||||||
Reference in New Issue
Block a user