Skip to content

Commit

Permalink
0.7.8 rev 5110
Browse files Browse the repository at this point in the history
  • Loading branch information
nightflyza committed Sep 28, 2016
1 parent 693bb72 commit cb29731
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.8 rev 5109
0.7.8 rev 5110
2 changes: 1 addition & 1 deletion api/libs/api.exhorse.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ protected function loadConfig() {
if ($this->altCfg['UKV_ENABLED']) {
$this->ukvFlag = true;
$this->ukvComplex = $this->altCfg['UKV_COMPLEX_TARIFFID'];
$this->ukvIllegal = $this->altCfg['UKV_ILLEGEL_TARIFFID'];
$this->ukvIllegal = $this->altCfg['UKV_ILLEGAL_TARIFFID'];
$this->ukvSocial = $this->altCfg['UKV_SOCIAL_TARIFFID'];
$this->ukvDebtLimit = $this->altCfg['UKV_MONTH_DEBTLIMIT'];
}
Expand Down
2 changes: 1 addition & 1 deletion config/alter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ MG_PERCENT=15
;Is exestential horse enabled?
EXHORSE_ENABLED=0
;UKV illegal users tariff id
UKV_ILLEGEL_TARIFFID=10
UKV_ILLEGAL_TARIFFID=10
;UKV complex users tariff id
UKV_COMPLEX_TARIFFID=11
;UKV socail service tariff id
Expand Down
4 changes: 4 additions & 0 deletions config/optsaltcfg
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ VLANMACHISTORY=TRIGGER|VLAN and MAC history enabled
VLAN_ONLINE_IN_PROFILE=TRIGGER|Detect online in profile enabled
SIGNAL_IN_PROFILE=TRIGGER|Show ONU signal in profile
DEALWITHIT_ENABLED=TRIGGER|Delayed per-user actions management enabled
EXHORSE_ENABLED=TRIGGER|Is exestential horse enabled
UKV_ILLEGAL_TARIFFID=VARCHAR|UKV illegal users tariff id
UKV_COMPLEX_TARIFFID=VARCHAR|UKV complex users tariff id
UKV_SOCIAL_TARIFFID=VARCHAR|UKV socail service tariff id
CHAPTEREND_BEH=true


Expand Down
7 changes: 4 additions & 3 deletions languages/russian/billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2256,9 +2256,10 @@
$lang['def']['DOCSIS Modems'] = 'DOCSIS модемы';
$lang['def']['right to use existential horse'] = 'Право использовать экзистенциального коня';
$lang['def']['Incoming calls'] = 'Входящих звонков';
$lang['def']['Is exestential horse enabled'] = 'Экзистенциальный конь включен';
$lang['def']['UKV illegal users tariff id'] = 'Тариф нелегальных пользователей УКВ';
$lang['def']['UKV complex users tariff id'] = 'Тариф комплексных пользователей УКВ';
$lang['def']['UKV socail service tariff id'] = 'Тариф социальных пользователей УКВ';
$lang['def'][''] = '';
$lang['def'][''] = '';



?>
4 changes: 4 additions & 0 deletions languages/ukrainian/billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2271,5 +2271,9 @@
$lang['def']['DOCSIS Modems'] = 'DOCSIS модеми';
$lang['def']['right to use existential horse'] = 'Право використовувати екзистенціального коня';
$lang['def']['Incoming calls'] = 'Вхідних дзвінків';
$lang['def']['Is exestential horse enabled'] = 'Екзистенціального коня ввімкнено';
$lang['def']['UKV illegal users tariff id'] = 'Тариф нелегальних користувачів УКВ';
$lang['def']['UKV complex users tariff id'] = 'Тариф комплексних користувачів УКВ';
$lang['def']['UKV socail service tariff id'] = 'Тариф соціальних користувачів УКВ';

?>

0 comments on commit cb29731

Please sign in to comment.