diff options
Diffstat (limited to 'application/views/file/client.php')
-rw-r--r-- | application/views/file/client.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php deleted file mode 100644 index 78a4d6a58..000000000 --- a/application/views/file/client.php +++ /dev/null @@ -1,14 +0,0 @@ -<h1>Client</h1> - -<p> - Development (git): <?php echo anchor("https://git.server-speed.net/users/flo/fb/"); ?><br /> - Latest release: <?php echo $client_link ? anchor($client_link) : "unknown"; ?><br /> - GPG sigs, older versions: <?php echo anchor("https://paste.xinu.at/data/client"); ?> -</p> - -<h2>Linux</h2> -<p> - Arch Linux: pacman -S fb-client<br /> - Gentoo: Add <a href="https://git.holgersson.xyz/holgersson-overlay/tree/README">this overlay</a> and run <code>emerge -a fb-client</code><br /> -</p> - |