+ 2
Phpinfo()
trying to echo phpinfo in solo learn it says time limit exceded is that a security feature or just an error
3 Answers
+ 4
First why will you want to retrieve vital information from SL Server, do you want to hack SL server, if you want to understand phpinfo, why don't you setup your own localhost server and do that not SL,
and as for your question time limit exceeded because it has been set in SL php.ini file to limit the maximum execution time for a script of such nature..
+ 4
Neither, I think--even if security by omission is a convenient side effect of limited runtime.
IMHO (SL has not said anything to me) limits seem to revolve around 'focus; this is a learn-to-code platform'.
+ 2
I was just curios but thanks for the answer I am not trying to hack SL even if I wanted I don't know how let alone where to begin @awele



