FusionPBX 7 жил өмнө
parent
commit
c6795b5044

+ 2 - 2
upgrade/record_path.php

@@ -13,7 +13,7 @@
 	The Original Code is FusionPBX
 	The Initial Developer of the Original Code is
 	Mark J Crane <[email protected]>
-	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 <[email protected]>
@@ -21,7 +21,7 @@
 
 //settings
 	$domain_name = '*';
-	$year = '2017';
+	$year = '2018';
 	$type = 'wav';  //wav or mp3
 	$execute_sql = true;
         $document_root = '/var/www/fusionpbx';