PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

.gitignore
wget 'https://sme10.lists2.roe3.org/FreshRSS/data/PubSubHubbub/feeds/.gitignore'
View Content
*/
*/*.json
*/*.txt
README.md
wget 'https://sme10.lists2.roe3.org/FreshRSS/data/PubSubHubbub/feeds/README.md'
View Content
List of canonical URLS of the various feeds users have subscribed to.
Several users can have subscribed to the same feed.

* ./base64url(canonicalUrl)/
	* ./!hub.json
	* ./user1.txt
	* ./user2.txt
index.html
wget 'https://sme10.lists2.roe3.org/FreshRSS/data/PubSubHubbub/feeds/index.html'
View Content
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Refresh" content="0; url=/" />
<title>Redirection</title>
<meta name="robots" content="noindex" />
</head>

<body>
<p><a href="/">Redirection</a></p>
</body>
</html>