Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d1f7b0cfb | ||
| 2bf70a8ada | |||
|
|
ae48bafbeb | ||
| c14a54c802 |
13
README.md
13
README.md
@@ -1,19 +1,6 @@
|
||||
# ICC Meta Redirect plugin for YOURLS
|
||||
This YOURLS plugin make it possible to change logo, title, page footer, add custom CSS, and customize favicon lines into your YOURLS installation.
|
||||
|
||||
<!-- buttons -->
|
||||
[](https://github.com/ivancarlosti/yourlsiccwebmastersettings/stargazers)
|
||||
[](https://github.com/sponsors/ivancarlosti)
|
||||
[](https://github.com/sponsors/ivancarlosti)
|
||||
[](https://github.com/ivancarlosti/yourlsiccwebmastersettings/pulse)
|
||||
[](https://github.com/ivancarlosti/yourlsiccwebmastersettings/issues)
|
||||
[](LICENSE)
|
||||
[](https://github.com/ivancarlosti/yourlsiccwebmastersettings/commits)
|
||||
[](https://github.com/ivancarlosti/yourlsiccwebmastersettings/security)
|
||||
[](https://github.com/ivancarlosti/yourlsiccwebmastersettings?tab=coc-ov-file)
|
||||
[][sponsor]
|
||||
<!-- endbuttons -->
|
||||
|
||||
## Inspiration
|
||||
* Project inspired by [YOURLS-GWallChangeLogo](https://github.com/gioxx/YOURLS-GWallChangeLogo), [YOURLS-GWallChangeTitle](https://github.com/gioxx/YOURLS-GWallChangeTitle),.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "2.4.0",
|
||||
"version": "2.4.2",
|
||||
"author": "Ivan Carlos"
|
||||
}
|
||||
|
||||
@@ -592,7 +592,7 @@ function icc_2fa_add_input()
|
||||
{
|
||||
echo '<p>
|
||||
<label for="icc_2fa_otp">' . yourls__('2FA Token') . '</label><br />
|
||||
<input type="text" id="icc_2fa_otp" name="icc_2fa_otp" placeholder="' . yourls__('Leave empty if not enabled') . '" size="30" class="text" wautocomplete="off" />
|
||||
<input type="text" id="icc_2fa_otp" name="icc_2fa_otp" placeholder="' . yourls__('Leave empty if not enabled') . '" size="30" class="text" autocomplete="off" />
|
||||
</p>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user