|
Found something strange in the code about error logging <1> in main.inc the errors directory is defined, but this directory does not exist. Does PHP complain about this? // set PHP error logging according to config if ($conf['debug_level'] & 1) { ini_set('log_errors', 1); ini_set('error_log', $conf['log_dir'].'/errors'); } <2> In .htaccess in the root of roundcube there is a deny/allow statement for *.inc (suffix as .inc). Does this mean that if a user would know the directory format that he/she would be able to read/execute other file formats under the directory structure. For example files with the suffix php or log? Kind regards, Sean |
- Courier IMAP shared folders João Vale
- Re: Courier IMAP shared folders Benjamin Podszun
- Re: Courier IMAP shared folders Thomas Bruederli
- Re: Courier IMAP shared folders Benjamin Podszun
- Re: Courier IMAP shared folders João Vale
- Roundcube ini_set errors and .htaccess Sean N. Heukels
- Re: Roundcube ini_set errors and .h... Sean N. Heukels
- Re: Roundcube ini_set errors an... Sean N. Heukels
- Re: Roundcube ini_set error... Thomas Bruederli
- Re: Roundcube ini_set errors and .h... Thomas Bruederli
