mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
- check for non null $logname
This commit is contained in:
parent
66e906853e
commit
3192692be2
|
@ -85,7 +85,7 @@ else print "</table>\n";
|
|||
|
||||
UI::contentContainerEnd();
|
||||
|
||||
if (file_exists($settings->_contentDir.$logname)){
|
||||
if ($logname && file_exists($settings->_contentDir.$logname)){
|
||||
|
||||
UI::contentHeading(" ");
|
||||
UI::contentContainerStart();
|
||||
|
|
Loading…
Reference in New Issue
Block a user