mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
This commit is contained in:
@@ -74,7 +74,7 @@ $text_h = '';
|
||||
foreach ($helplist as $key => $helpdata)
|
||||
{
|
||||
$filename = $doc_fpath.$helpdata['fname'];
|
||||
$filename_alt = $doc_fpath_alt.$$helpdata['fname'];
|
||||
$filename_alt = $doc_fpath_alt.vartrue($$helpdata['fname']);
|
||||
|
||||
if(is_readable($filename))
|
||||
$tmp = file_get_contents($filename);
|
||||
|
Reference in New Issue
Block a user