diff --git a/index.php b/index.php index 2e5f568..a585bc5 100644 --- a/index.php +++ b/index.php @@ -93,7 +93,7 @@ 'stripslashes' => get_magic_quotes_gpc() ); $_proxify = array('text/html' => 1, 'application/xml+xhtml' => 1, 'application/xhtml+xml' => 1, 'text/css' => 1); -$_version = 'v1.1.0'; +$_version = 'v1.1.1'; $_http_host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : (isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'localhost'); // https://stackoverflow.com/questions/4504831/serverhttp-host-contains-port-number-too $pos = strpos($_http_host, ':');