doc-fixes; fix hardcoded installation-path in centos-cron-configtemplate

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-02-01 20:09:24 +01:00
parent f4dff676d6
commit 6534dbf47b
2 changed files with 3 additions and 4 deletions

View File

@@ -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
*/

View File

@@ -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 <BASE_PATH>scripts/froxlor_master_cronjob.php