diff --git a/Rocksolid_Light/spoolnews/user.php b/Rocksolid_Light/spoolnews/user.php index 8618219..4db2959 100644 --- a/Rocksolid_Light/spoolnews/user.php +++ b/Rocksolid_Light/spoolnews/user.php @@ -411,6 +411,10 @@ if (isset($_REQUEST['command']) && $_REQUEST['command'] == 'Configuration') { // X-Face if ($OVERRIDES['disable_xface'] != true) { echo '

X-Face:

'; + $xflink = $config_dir . 'xface.txt'; + if(file_exists($xflink)) { + echo '' . file_get_contents($xflink) . ''; + } echo ''; }