Skip to content

Commit

Permalink
Removed flist
Browse files Browse the repository at this point in the history
It wasn't working, barely anyone used it, and it is _way_ too easy to abuse.
  • Loading branch information
sheshiresat committed Jan 23, 2018
1 parent 3f554f2 commit c18e88b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion config.template.php
Expand Up @@ -110,7 +110,6 @@ function user_ip() {
$cfg_fh_username = 'texanarcher'; // Your FaucetHUB username.
$cfg_site_name = 'A copy of Sheshire Satʼs Floodgate (development version)'; // The faucet name.
$cfg_site_url = 'http://faucet.0xc9.net'; // The URL of the faucet.
$cfg_list_faucet = true; // Whether to include the faucet in the big list of floodgates.

/* Set this to the version of the faucet source you are using. (see http://semver.org)
* If you change the source, be sure to add "+mod" (modified) to the version! */
Expand Down
5 changes: 0 additions & 5 deletions index.php
Expand Up @@ -17,11 +17,6 @@

if (!isset($_GET['rotator']))
header('X-Frame-Options: sameorigin', true);

if ($cfg_list_faucet) {
include_once $_SERVER['DOCUMENT_ROOT'] . '/lib/flist.php';
flist_auto();
}
?>
<!DOCTYPE html>
<html lang="en">
Expand Down
40 changes: 0 additions & 40 deletions lib/flist.php

This file was deleted.

0 comments on commit c18e88b

Please sign in to comment.