When i Watch processes under htop or with "ps aux | grep lsphp" I can partially see scripts directory (f.e. lsphp53l/public_html/vbenterprisetranslator_seo.php). Is it possible to make it longer to see whole dir?
p = argv0;
*p++ = ':';
len = strlen( SG(request_info).path_translated );
if ( len > 45 )
len = len - 45;
else
len = 0;
memccpy( p, SG(request_info).path_translated + len, 0, 46 );