mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +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();
|
UI::contentContainerEnd();
|
||||||
|
|
||||||
if (file_exists($settings->_contentDir.$logname)){
|
if ($logname && file_exists($settings->_contentDir.$logname)){
|
||||||
|
|
||||||
UI::contentHeading(" ");
|
UI::contentHeading(" ");
|
||||||
UI::contentContainerStart();
|
UI::contentContainerStart();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user