mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
Added filetypes.xml info in Admin-> Preferences -> File Uploads to remove confusion with file upload limits. Theme upload should be working correctly now.
This commit is contained in:
@@ -51,7 +51,7 @@ $security_risks = array(
|
||||
if(ini_get($risk))
|
||||
{
|
||||
$srch = '<tr><td class="forumheader2">'.$risk.'</td><td class="forumheader3">';
|
||||
$repl = '<tr><td class="forumheader2">'.$risk.'</td><td title="'.$tp->toAttribute($diz).'" class="forumheader3" style="background-color:red">';
|
||||
$repl = '<tr><td class="forumheader2">'.$risk.'</td><td title="'.$tp->toAttribute($diz).'" class="forumheader3 alert alert-danger">';
|
||||
$phpinfo = str_replace($srch,$repl,$phpinfo);
|
||||
$mes->addWarning("<b>".$risk."</b>: ".$diz);
|
||||
}
|
||||
|
Reference in New Issue
Block a user