thomascube
2009-05-14 f879f4e2f8c81f67b0a0c471c94ebed686939c49
program/include/rcube_html_page.php
@@ -54,7 +54,7 @@
    {
        static $sa_files = array();
        
        if (!ereg('^https?://', $file) && $file[0] != '/')
        if (!preg_match('|^https?://|i', $file) && $file[0] != '/')
          $file = $this->scripts_path . $file;
        if (in_array($file, $sa_files)) {