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`).

2019_12_22_FooBar.php
wget 'https://lists2.roe3.org/FreshRSS/tests/fixtures/migrations/2019_12_22_FooBar.php'
View Content
<?php
declare(strict_types=1);

class FreshRSS_Migration_2019_12_22_FooBar {
	/**
	 * @return bool true if the migration was successful, false otherwise
	 */
	public static function migrate(): bool {
		return true;
	}
}
2019_12_23_Baz.php
wget 'https://lists2.roe3.org/FreshRSS/tests/fixtures/migrations/2019_12_23_Baz.php'
View Content
<?php
declare(strict_types=1);

class FreshRSS_Migration_2019_12_23_Baz {
	/**
	 * @return bool true if the migration was successful, false otherwise
	 */
	public static function migrate(): bool {
		return true;
	}
}
2022_01_17_IgnoredFile
wget 'https://lists2.roe3.org/FreshRSS/tests/fixtures/migrations/2022_01_17_IgnoredFile'
View Content