SpiffyTek
/
SMACheck
Archived
1
0
Fork 0

Removed error triggering falsely on no API avail

(API) More strict timeouts to file_get_contents_curl() so non responding websites wont trigger PHP max_execution_time limit and thus break the API
This commit is contained in:
MadMakz 2012-11-27 23:31:17 +01:00
parent 7748f61964
commit df28b2cbcc
2 changed files with 1 additions and 4 deletions

View File

@ -14,7 +14,7 @@
;#AutoIt3Wrapper_Res_ProductVersion=x.x.x.x ; Broken, use #AutoIt3Wrapper_Res_Field=ProductVersion|x.x.x as workarround.
#AutoIt3Wrapper_Res_Field=ProductVersion|Freeware
#AutoIt3Wrapper_Res_Fileversion=1.1.1.77
#AutoIt3Wrapper_Res_Fileversion=1.1.1.78
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=N ;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N. P=Prompt, Will ask at Compilation time if you want to increase the versionnumber
#AutoIt3Wrapper_Res_Language=1033 ;Resource Language code . german = 1031, english (U.S.) = 1033. default 2057=English (United Kingdom). For a List see http://technet.microsoft.com/en-us/library/dd346950.aspx

View File

@ -168,8 +168,5 @@ Func gui_Info($output)
ExitLoop
EndSwitch
WEnd
Else
_printError()
Return
EndIf
EndFunc