1<?php
2/**
3 * Custom Crons Directory Configuration
4 *
5 * This crons folder may be moved to any place above or below the docroot.
6 *
7 * We recommend locating it outside the docroot to prevent browser based access.
8 *
9 * Upon moving it, you must provide the path to your WHMCS installation to
10 * allow the cron task files to communicate with the parent WHMCS installation.
11 *
12 * To do this, rename this file config.php, then uncomment and enter the full
13 * path to the WHMCS root directory in the $whmcspath variable below.
14 *
15 * You must also provide the appropriate path to the crons folder in the
16 * $crons_dir variable inside the WHMCS master configuration file.
17 *
18 * For more information please see https://docs.whmcs.com/Custom_Crons_Directory
19 */
20
21//$whmcspath = '/path/to/whmcs/';
22