1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

go directly to box.lan/home for android 7

This commit is contained in:
George Hunt 2018-12-06 02:27:35 +00:00
parent 1c32208d7b
commit eed584766f

View file

@ -230,7 +230,7 @@ def android(environ, start_response):
logger.debug("system < 6:%s"%system_version)
location = '/android_splash'
set_204after(ip,0)
elif system_version.startswith('8'):
elif system_version.startswith('7'):
location = "http://" + fully_qualified_domain_name + "/home"
else:
#set_204after(ip,20)