' . $tpl->compile('servers_add.html') ); exit; } $serverList = array_unique( $user['settings']['servers'] ?? [] ); sort( $serverList, SORT_NATURAL ); $serverCount = count( $serverList ); eval( '?'.'>' . $tpl->compile('servers.html') ); // end of file servers.php