summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/show_url.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file_plaintext/show_url.php')
-rw-r--r--application/views/file_plaintext/show_url.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/application/views/file_plaintext/show_url.php b/application/views/file_plaintext/show_url.php
deleted file mode 100644
index 3288ba08e..000000000
--- a/application/views/file_plaintext/show_url.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-$urls = array_map(function($a) {return $a."?cli_deprecated";}, $urls);
-echo implode(" ", $urls)."\n";
-