Hi there all.
I try to create and attatch to a screen session via php.
When I type
in the terminal it creates a new screen, but when i try to do it via php with
Code:
system("screen -q")
or shell_exec("screen -q"), it fails and tells me this : "Must be connected to a terminal".
Is it possible to be done ?
Thank you.