This commit is contained in:
Ryan Prather 2018-10-17 22:19:41 -04:00
parent 1645914d32
commit 98ea166a22
3 changed files with 610 additions and 566 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4093,7 +4093,7 @@ class db
}
}
$ret[] = $find;
$ret[$find->get_PDI_ID()] = $find;
}
}

View File

@ -831,7 +831,7 @@ function logify($fname)
touch(LOG_PATH . "/{$fname}.log");
}
return LOG_PATH . "/{$fname}.log";
return realpath(LOG_PATH . "/{$fname}.log");
}
/**