alecpl
2009-05-27 9b2ccdd9cb567d73e00ade69dac0984e16718927
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)) {