Browse Source

Update require.php

FusionPBX 5 years ago
parent
commit
82b90a1b48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/require.php

+ 1 - 1
resources/require.php

@@ -75,11 +75,11 @@
 	require_once "resources/functions.php";
 	if ($config_exists) {
 		require "resources/pdo.php";
-		require_once "resources/switch.php";
 	}
 
 //change language on the fly - for translate tool (if available)
 	if (isset($_REQUEST['view_lang_code']) && ($_REQUEST['view_lang_code']) != '') {
 		$_SESSION['domain']['language']['code'] = $_REQUEST['view_lang_code'];
 	}
+
 ?>