Hello,
I get the following PHP notice when I view a directory listing:
Line 366 says:
Shouldn't this be strlen($uri)?
I installed 2.1.19 Standard first, updated to 2.1.20 and then to 2.2 (all via your great version-management WebGUI), if that matters somehow
Regards,
Philipp
I get the following PHP notice when I view a directory listing:
Notice: Use of undefined constant uri - assumed 'uri' in /opt/lsws/share/autoindex/default.php on line 366
$base = substr( $uri, 0, strlen( uri ) - 1 );
I installed 2.1.19 Standard first, updated to 2.1.20 and then to 2.2 (all via your great version-management WebGUI), if that matters somehow
Regards,
Philipp