syntax error
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index f840c43..4e312c7 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -147,7 +147,7 @@
 		// note that the key names below are single quoted strings, and are not PHP variables

 		unset($_COOKIE['$Version']);

 		unset($_COOKIE['$Path']);

-		unset($_COOKIE['$Domain'])

+		unset($_COOKIE['$Domain']);

 		$_COOKIE = $this->_clean_input_data($_COOKIE);

 

 		log_message('debug', "Global POST and COOKIE data sanitized");