From c6795b50440ea0645e492186a2a211b505132a42 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 Apr 2018 10:59:25 -0600 Subject: [PATCH] Update record_path.php --- upgrade/record_path.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrade/record_path.php b/upgrade/record_path.php index c3edd03..06ef1a9 100644 --- a/upgrade/record_path.php +++ b/upgrade/record_path.php @@ -13,7 +13,7 @@ The Original Code is FusionPBX The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2017 + Portions created by the Initial Developer are Copyright (C) 2018 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane @@ -21,7 +21,7 @@ //settings $domain_name = '*'; - $year = '2017'; + $year = '2018'; $type = 'wav'; //wav or mp3 $execute_sql = true; $document_root = '/var/www/fusionpbx';