From 630115f8b90087507b6922734779e0495eb7b70b Mon Sep 17 00:00:00 2001 From: Kevin Abel <kabel2@unl.edu> Date: Thu, 15 Dec 2016 08:50:25 -0600 Subject: [PATCH] Manually hide given name for specific user in search results --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 38f4bda..5cfd645 100644 --- a/www/index.php +++ b/www/index.php @@ -52,7 +52,7 @@ if (!$isEmbed) { $localResults = ''; $context = ''; -$page->addStyleSheet('css/search.css?v=20160602'); +$page->addStyleSheet('css/search.css?v=20161215'); //u is referring site if (isset($_GET['u']) && $scanned = UNL_Search::getScannedPage($_GET['u'])) { -- GitLab