mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
fix(composer,templates): remove zadarma traces
This commit is contained in:
parent
3d08bd1370
commit
2eb15cb600
4 changed files with 9 additions and 61 deletions
|
@ -282,7 +282,7 @@
|
|||
Number verification
|
||||
</td>
|
||||
<td class="v">
|
||||
{php echo OPENVK_ROOT_CONF["openvk"]["credentials"]["zadarma"]["enable"] ? "SMS (Zadarma)" : "Disabled"}
|
||||
{php echo OPENVK_ROOT_CONF["openvk"]["credentials"]["smsc"]["enable"] ? "SMS" : "Disabled"}
|
||||
</td>
|
||||
<td class="v">
|
||||
Disabled
|
||||
|
@ -364,21 +364,21 @@
|
|||
Vladimir Barinov, Konstantin Kichulkin and Daniel Myslivets
|
||||
</td>
|
||||
</tr>
|
||||
<tr n:foreach="$themes as $theme">
|
||||
<tr n:foreach="$themes as $themeEntry">
|
||||
<td class="e">
|
||||
{$theme->getName()}
|
||||
{$themeEntry->getName()}
|
||||
</td>
|
||||
<td class="v">
|
||||
{$theme->isEnabled() ? "Enabled" : "Installed"}
|
||||
{$themeEntry->isEnabled() ? "Enabled" : "Installed"}
|
||||
</td>
|
||||
<td class="v">
|
||||
{$theme->getVersion()}
|
||||
{$themeEntry->getVersion()}
|
||||
</td>
|
||||
<td class="v">
|
||||
{$theme->getDescription()|truncate:20}
|
||||
{$themeEntry->getDescription()|truncate:20}
|
||||
</td>
|
||||
<td class="v">
|
||||
{$theme->getAuthor()}
|
||||
{$themeEntry->getAuthor()}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<input type="text" name="pseudo" value="{$user->getPseudo()}" />
|
||||
</td>
|
||||
</tr>
|
||||
{if OPENVK_ROOT_CONF['openvk']['credentials']['zadarma']['enable']}
|
||||
{if OPENVK_ROOT_CONF['openvk']['credentials']['smsc']['enable']}
|
||||
<tr>
|
||||
<td width="120" valign="top">
|
||||
<span class="nobold">{_phone}: </span>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"guzzlehttp/guzzle": "^6.5",
|
||||
"komeiji-satori/curl": "dev-master",
|
||||
"whichbrowser/parser": "dev-master",
|
||||
"zadarma/user-api-v1": "dev-master",
|
||||
"james-heinrich/getid3": "^1.9@dev",
|
||||
"rybakit/msgpack": "dev-master",
|
||||
"wapmorgan/binary-stream": "dev-master",
|
||||
|
|
53
composer.lock
generated
53
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "74fb28e354c833498ae89dd108eb1d76",
|
||||
"content-hash": "636b9c2de242c3485ec3924bc662629e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "al/emoji-detector",
|
||||
|
@ -2713,56 +2713,6 @@
|
|||
"source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.7"
|
||||
},
|
||||
"time": "2022-04-19T20:14:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zadarma/user-api-v1",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zadarma/user-api-v1.git",
|
||||
"reference": "bfdb7550b8f17e49b2928a84bfa0ec8587838806"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zadarma/user-api-v1/zipball/bfdb7550b8f17e49b2928a84bfa0ec8587838806",
|
||||
"reference": "bfdb7550b8f17e49b2928a84bfa0ec8587838806",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"php": ">=5.5.0"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Zadarma_API\\": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Zadarma",
|
||||
"email": "github@zadarma.com"
|
||||
}
|
||||
],
|
||||
"description": "PHP class for Zadarma API",
|
||||
"homepage": "https://github.com/zadarma/user-api-v1",
|
||||
"keywords": [
|
||||
"api",
|
||||
"free calls",
|
||||
"pbx",
|
||||
"sip",
|
||||
"zadarma"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/zadarma/user-api-v1/issues",
|
||||
"source": "https://github.com/zadarma/user-api-v1/tree/v1.1.9"
|
||||
},
|
||||
"time": "2023-01-17T09:52:53+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
@ -2771,7 +2721,6 @@
|
|||
"stability-flags": {
|
||||
"komeiji-satori/curl": 20,
|
||||
"whichbrowser/parser": 20,
|
||||
"zadarma/user-api-v1": 20,
|
||||
"james-heinrich/getid3": 20,
|
||||
"rybakit/msgpack": 20,
|
||||
"wapmorgan/binary-stream": 20,
|
||||
|
|
Loading…
Reference in a new issue