mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
Compare commits
3 commits
1a56b09430
...
34b585747f
Author | SHA1 | Date | |
---|---|---|---|
|
34b585747f | ||
|
027a38a69c | ||
|
770e73fc72 |
2 changed files with 4 additions and 2 deletions
|
@ -22,6 +22,8 @@ _[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?
|
||||
|
||||
|
|
|
@ -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;" />
|
||||
<a href="/reg" class="button" style="display: inline-block;">{_registration}</a><br><br>
|
||||
<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>
|
||||
<a href="/restore">{_forgot_password}</a>
|
||||
</form>
|
||||
{/ifset}
|
||||
|
|
Loading…
Reference in a new issue