*** empty log message ***

svn path=/trunk/boinc/; revision=1687
This commit is contained in:
Karl Chen 2003-07-15 21:37:04 +00:00
parent 468ba498c6
commit 6a3532a3fc
1 changed files with 4 additions and 1 deletions

View File

@ -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';
}