Jelajahi Sumber

bracket error

Matthew Vale 9 tahun lalu
induk
melakukan
c3c038a5e0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/install/install_first_time.php

+ 1 - 1
core/install/install_first_time.php

@@ -169,7 +169,7 @@ if(!$install_step) { $install_step = 'select_language'; }
 			}
 			}
 		}
 		}
 	//test for windows and non sqlite
 	//test for windows and non sqlite
-		if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') and strlen($db_type) > 0 and $db_type !='sqlite') {
+		if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' and strlen($db_type) > 0 and $db_type !='sqlite') {
 			$messages[] = "<b>Windows requires a system DSN ODBC connection</b> this must be configured after installing then restart freeswitch.";
 			$messages[] = "<b>Windows requires a system DSN ODBC connection</b> this must be configured after installing then restart freeswitch.";
 		}
 		}