mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1687
This commit is contained in:
parent
468ba498c6
commit
6a3532a3fc
|
@ -11,7 +11,10 @@
|
|||
exit("Error: couldn't get log_dir from config file.");
|
||||
}
|
||||
|
||||
if (!$f || !preg_match("/^ *([a-z_*]+[.]out *)+$/", $f)) {
|
||||
$f = $_GET["f"];
|
||||
$s = $_GET["s"];
|
||||
|
||||
if (!$f || !preg_match("/^ *([a-z_*]+[.](log|out) *)+$/", $f)) {
|
||||
$f = '*.log';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue