alecpl
2009-05-17 74d421d55ae35a18440d738245fbc68c7f75d5b4
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)) {