We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9412808 commit aaf21bcCopy full SHA for aaf21bc
1 file changed
index.php
@@ -93,7 +93,7 @@
93
'stripslashes' => get_magic_quotes_gpc()
94
);
95
$_proxify = array('text/html' => 1, 'application/xml+xhtml' => 1, 'application/xhtml+xml' => 1, 'text/css' => 1);
96
-$_version = 'v1.0.2';
+$_version = 'v1.1.0';
97
$_http_host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : (isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'localhost');
98
// https://stackoverflow.com/questions/4504831/serverhttp-host-contains-port-number-too
99
$pos = strpos($_http_host, ':');
0 commit comments