Warning: session_start(): open(/var/lib/php/sessions/sess_rinhvu6bl33ht6np4foahcksak, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
U: Let's examine the PATH. What is it?
[Bot runs program 1001200 and gets variable "path" => "/bin:/blubb"]
B: It's "/bin:/blubb".
B: Should I split by colon?
U: Yup.
[Bot splits "/home/stefan/bin/:..." by ":" => ...]
B: OK. Got 2 entries. "/bin", "/blubb"
U: nice