Skip to content

Commit 4669a71

Browse files
committed
Update readme and copyrights
1 parent b8ebeb7 commit 4669a71

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Система управления VoIP устройствами Grandstream в удобном Web интерфейсе.
33

44
## Основа:
5-
* Code language: PHP 7.3
6-
* PHP framework: Codeigniter 3.1.11
7-
* WebUI: Bootstrap 5.1 + jQuery 3.6.0 + Font Awesome icons 5.15.4
5+
* Code language: PHP 7.4
6+
* PHP framework: Codeigniter 3.1.13
7+
* WebUI: Bootstrap 5.1.3 + jQuery 3.6.0 + Font Awesome icons 5.15.4
88
* UI Languages: Russian, English.
99

1010
## Примечание:

webui/application/views/installer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<div class="col-sm-9">
112112
<select name="system_language" class="form-select" id="system_language" required>
113113
<? foreach($content['language_list'] as $lang): ?>
114-
<option value="<?=$lang;?>"<? if ($lang == $content['post_data']['system_language']): ?> selected<? endif;?>><?=$lang;?></option>
114+
<option value="<?=$lang;?>"<? if ($lang == $content['post_data']['system_language']): ?> selected<? endif;?>><?=ucfirst($lang);?></option>
115115
<? endforeach; ?>
116116
</select>
117117
</div>
@@ -236,7 +236,7 @@
236236

237237
</main>
238238
<footer class="pt-5 my-5 text-muted border-top">
239-
<small class="text-muted">2020-2021 &copy; Powered by <a href="https://github.com/lumian/grcentral" target="_blank"><?=$this->config->item('site_title', 'grcentral');?></a> v.<?=$this->config->item('version', 'grcentral');?></small>
239+
<small class="text-muted">2020-2024 &copy; Powered by <a href="https://github.com/lumian/grcentral" target="_blank"><?=$this->config->item('site_title', 'grcentral');?></a> v.<?=$this->config->item('version', 'grcentral');?></small>
240240
</footer>
241241
</div>
242242
<script src="<?=base_url("style/bootstrap/js/bootstrap.bundle.min.js");?>"></script>

webui/application/views/template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<?=$content;?>
8484
<hr class="my-2">
8585
<footer class="mb-4">
86-
<small class="text-muted">2020-2021 &copy; Powered by <a href="https://github.com/lumian/grcentral" target="_blank">GRCentral</a> v.<?=$this->config->item('version', 'grcentral');?></small>
86+
<small class="text-muted">2020-2024 &copy; Powered by <a href="https://github.com/lumian/grcentral" target="_blank">GRCentral</a> v.<?=$this->config->item('version', 'grcentral');?></small>
8787
</footer>
8888
</main>
8989
<? if (!$this->grcentral->is_user()): ?>

0 commit comments

Comments
 (0)