From 2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 Apr 2016 20:38:38 -0700 Subject: module updates --- mod/update_display.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 mod/update_display.php (limited to 'mod/update_display.php') diff --git a/mod/update_display.php b/mod/update_display.php deleted file mode 100644 index 52903bb8c..000000000 --- a/mod/update_display.php +++ /dev/null @@ -1,42 +0,0 @@ - 1) && (argv(1) == 'load')) ? 1 : 0); - header("Content-type: text/html"); - echo "\r\n"; - echo (($_GET['msie'] == 1) ? '
' : '
'); - - - $text = display_content($a,$profile_uid, $load); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = "'; - $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; - $text = preg_replace($pattern, $replace, $text); - $pattern = "/<\s*video[^>]*>(.*?)<\s*\/\s*video>/i"; - $text = preg_replace($pattern, $replace, $text); - $pattern = "/<\s*embed[^>]*>(.*?)<\s*\/\s*embed>/i"; - $text = preg_replace($pattern, $replace, $text); - $pattern = "/<\s*iframe[^>]*>(.*?)<\s*\/\s*iframe>/i"; - $text = preg_replace($pattern, $replace, $text); - } -*/ - echo str_replace("\t",' ',$text); - echo (($_GET['msie'] == 1) ? '
' : ''); - echo "\r\n"; -// logger('update_display: ' . $text); - killme(); - -} -- cgit v1.2.3