From 09c3a189c66e3d0558dca3c84ded8816d3f20201 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 12 Aug 2020 11:43:03 -0700 Subject: [PATCH] Updated to avoid "headers already sent" errors. Thank you @Deltik --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.php b/cron.php index ed752748b..3d2c1f4e7 100755 --- a/cron.php +++ b/cron.php @@ -1,4 +1,4 @@ -#!/usr/bin/php -q +#!/usr/bin/env php