alecpl
2009-05-21 969f6b4c8b490f57f4b1befb587eae35041cc332
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)) {