thomascube
2009-01-22 aa055c931a68547763f7bb89425a08e8ceecb749
program/include/rcube_shared.inc
@@ -309,7 +309,7 @@
    return $path;
  // cut base_url to the last directory
  if (strpos($base_url, '/')>7)
  if (strrpos($base_url, '/')>7)
  {
    $host_url = substr($base_url, 0, strpos($base_url, '/'));
    $base_url = substr($base_url, 0, strrpos($base_url, '/'));