HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/engage.creativefellows.nl/config/settings.en.php
<?php
	
$settings = [];

$settings["labels"] = [
	
	"error_404" => [
		"title" => "Page not found (404)",
		"description" => "Sorry, we can’t seem to find what you’re looking for",
		"image" => "/images/UNIVERGE-BLUE-Engage.png",
	],
	"chat" => [
		0 => [
			"proactive_url" => "https://pop2-ccs-webchat-api.serverdata.net/script/chat?cid=nec-nl-demo-com&qid=638741",
			"reactive_url" 	=> "https://pop2-ccs-webchat-api.serverdata.net/manage?cid=nec-nl-demo-com&qid=638741",
			"callback_url" 	=> "https://pop2-ccs-webchat-api.serverdata.net/manage?cid=nec-nl-demo-com&qid=638309",
		],
		1 => [
			"proactive_url" => "https://pop1-ccs-webchat-api.serverdata.net/script/chat?cid=nec-internal-cp&qid=649265",
			"reactive_url" 	=> "https://pop1-ccs-webchat-api.serverdata.net/manage?cid=nec-internal-cp&qid=649265",
			"callback_url" 	=> "https://pop1-ccs-webchat-api.serverdata.net/manage?cid=nec-internal-cp&qid=649265",
		]
	],
	"navigation" =>[
		"about" => "UNIVERGE BLUE",
		"contact" => "Contact",
		"call" => "Call us now",
	]
		
]; 
return $settings;