Compare commits

..

No commits in common. "34b585747f4f6167139b1063ead2f417d89c8533" and "1a56b09430b53de7b3159f78fdde5c86c15a9280" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -22,8 +22,6 @@ _[English](README.md)_
* [social.fetbuk.ru](http://social.fetbuk.ru/)
* [vepurovk.xyz](http://vepurovk.xyz/)
* **[vepurovk.fun](http://vepurovk.fun)** (зеркало без TLS)
* [ovk.tinelix.ru](https://ovk.tinelix.ru)
* [зеркало без TLS](http://ovk.tinelix.ru)
## Могу ли я создать свою собственную инстанцию OpenVK?

View file

@ -218,8 +218,8 @@
<input id="password" type="password" name="password" required />
<input type="hidden" name="jReturnTo" value="{$_SERVER['REQUEST_URI']}" />
<input type="hidden" name="hash" value="{$csrfToken}" />
<input type="submit" value="{_log_in}" class="button" style="display: inline-block; font-family: Tahoma" />
<a href="/reg"><input type="button" value="{_registration}" class="button" style="font-family: Tahoma" /></a><br><br>
<input type="submit" value="{_log_in}" class="button" style="display: inline-block;" />
<a href="/reg" class="button" style="display: inline-block;">{_registration}</a><br><br>
<a href="/restore">{_forgot_password}</a>
</form>
{/ifset}