Skip to content

Commit aaf21bc

Browse files
author
Phoenix Eve Aspacio
authored
Update index.php
1 parent 9412808 commit aaf21bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'stripslashes' => get_magic_quotes_gpc()
9494
);
9595
$_proxify = array('text/html' => 1, 'application/xml+xhtml' => 1, 'application/xhtml+xml' => 1, 'text/css' => 1);
96-
$_version = 'v1.0.2';
96+
$_version = 'v1.1.0';
9797
$_http_host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : (isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'localhost');
9898
// https://stackoverflow.com/questions/4504831/serverhttp-host-contains-port-number-too
9999
$pos = strpos($_http_host, ':');

0 commit comments

Comments
 (0)