1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Fileinspector - fix for FA icons not showing on results

This commit is contained in:
Tijn Kuyper
2019-11-05 14:28:50 +01:00
parent e021c52db1
commit a68b470ef8

View File

@@ -72,6 +72,7 @@ if(isset($_GET['scan']))
<head>
<title>Results</title>
<script type='text/javascript' src='https://cdn.jsdelivr.net/jquery/2.1.4/jquery.min.js'></script>
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css' />
".$fi->headerCss()." ".headerjs()."
<body style='height:100%;background-color:#2F2F2F'>\n";