├── LICENSE.md ├── README.md ├── index.php ├── plugin.php └── translations └── redirect-index.pot /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomslominski/yourls-redirect-index/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomslominski/yourls-redirect-index/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomslominski/yourls-redirect-index/HEAD/index.php -------------------------------------------------------------------------------- /plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomslominski/yourls-redirect-index/HEAD/plugin.php -------------------------------------------------------------------------------- /translations/redirect-index.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomslominski/yourls-redirect-index/HEAD/translations/redirect-index.pot --------------------------------------------------------------------------------