mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Skip admin path check for now. Correct LAN conflict.
This commit is contained in:
@@ -337,7 +337,7 @@ class news {
|
||||
}
|
||||
else
|
||||
{
|
||||
$NEWS_PARSE = "{NEWSICON} <b>{NEWSTITLELINK}</b><div class='smalltext'>{NEWSAUTHOR} ".LAN_NEWS_100." {NEWSDATE} | {NEWSCOMMENTS}</div>";
|
||||
$NEWS_PARSE = "{NEWSICON} <b>{NEWSTITLELINK}</b><div class='smalltext'>{NEWSAUTHOR} ".defset('LAN_NEWS_300', 'On')." {NEWSDATE} | {NEWSCOMMENTS}</div>";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user