update
This commit is contained in:
@@ -301,6 +301,10 @@ Alias=sillyGirl.service`
|
|||||||
s2.Reply(err)
|
s2.Reply(err)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
if strings.Contains(data, "file_get_contents") {
|
||||||
|
ss := strings.Split(data, "\n")
|
||||||
|
return ss[len(ss)-1]
|
||||||
|
}
|
||||||
return data
|
return data
|
||||||
}, `[\s\S]*`, time.Duration(time.Second*300))
|
}, `[\s\S]*`, time.Duration(time.Second*300))
|
||||||
if stop == true {
|
if stop == true {
|
||||||
|
|||||||
Reference in New Issue
Block a user