Skip to content

Commit

Permalink
Version 18.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Apr 25, 2017
1 parent b708856 commit 1ea9064
Show file tree
Hide file tree
Showing 93 changed files with 96 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Before posting an issue, please search through README.md and closed/opened issues to make sure that the answer to your questions hasn't been answered/discussed already.

Please make sure that you have latest theme (18.45) and Webmin (1.831) versions installed.
Please make sure that you have latest theme (18.46) and Webmin (1.831) versions installed.

Provide the following information:
* What is your server-side OS and its version?
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

#### Version 18.46-beta8 (25 April, 2017)
#### Version 18.46 (25 April, 2017)
* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#728](https://github.com/qooob/authentic-theme/issues/728) [#729](https://github.com/qooob/authentic-theme/issues/729) [#730](https://github.com/qooob/authentic-theme/issues/730) [#51917](https://www.virtualmin.com/node/51917)

#### Version 18.45 (21 April, 2017)
Expand Down
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Contents
* [Changelog](https://github.com/qooob/authentic-theme/blob/master/CHANGELOG.md)
* [Download (18.45)![](https://rostovtsev.ru/pub/media/icons/download-23x14.png)](https://github.com/qooob/authentic-theme/releases/download/18.45/authentic-theme-18.45.wbt.gz)
* [Download (18.46)![](https://rostovtsev.ru/pub/media/icons/download-23x14.png)](https://github.com/qooob/authentic-theme/releases/download/18.46/authentic-theme-18.46.wbt.gz)
* [About](#about)
* [FAQ](#faq)
* [Troubleshoot](#troubleshoot)
Expand Down Expand Up @@ -55,7 +55,7 @@
### FAQ

#### PGP signature verification
After adding theme's [_public key_](https://github.com/qooob/authentic-theme/blob/master/THEME.pgp) to your keyring, you can check that the downloaded file that you want to install is original and unmodified, by verifying its signature with running `gpg --verify authentic-theme-18.45.wbt.gz-sig.asc authentic-theme-18.45.wbt.gz` command in the console.
After adding theme's [_public key_](https://github.com/qooob/authentic-theme/blob/master/THEME.pgp) to your keyring, you can check that the downloaded file that you want to install is original and unmodified, by verifying its signature with running `gpg --verify authentic-theme-18.46.wbt.gz-sig.asc authentic-theme-18.46.wbt.gz` command in the console.

#### How to update _Authentic_ Theme manually?
Theme can be easily updated manually. Please make sure that you have `git` command installed on your system. Using console, do the following:
Expand Down
1 change: 0 additions & 1 deletion THEME.pgp
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ MMWuifl4006F5imms19cH+UBFx/fSa00ENR1spL5NFvf4E0uY9VgfvGKv7aF1DTg
f4W8
=A+Dy
-----END PGP PUBLIC KEY BLOCK-----

2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.45
18.46
6 changes: 3 additions & 3 deletions authentic-init.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down Expand Up @@ -1092,8 +1092,8 @@ sub theme_git_version
sub theme_version
{
my ($switch) = @_;
my $sh__ln__p___version = '18.40';
my $sh__ln__c___version = '18.45';
my $sh__ln__p___version = '18.45';
my $sh__ln__c___version = '18.46';
my $sh__ln__g___version = theme_git_version('uncond');
( ( !$switch ) && ( $sh__ln__c___version =~ s/\.//ig ) );
( ( !$switch && $sh__ln__g___version )
Expand Down
2 changes: 1 addition & 1 deletion authentic-lib.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion authentic.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
6 changes: 4 additions & 2 deletions buttons.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand All @@ -14,7 +14,9 @@ if ( $__settings{'settings_sysinfo_link_mini'} eq 'true'
. ' class="user-link">';
print '<a class="menu-exclude-link sidebar_sysinfo_link" target="page" href="'
. $gconfig{'webprefix'}
. '/sysinfo.cgi"><i class="fa fa-fw fa-dashboard"></i></a>';
. '/sysinfo.cgi"><i class="fa fa-fw fa-'
. ( $get_user_level eq '3' ? 'user-circle' : 'dashboard' )
. '"></i></a>';
print '</li>';
}

Expand Down
1 change: 1 addition & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ cs_table=feffff
cs_header=ffffff class='thead'
cs_link=376ebd


2 changes: 1 addition & 1 deletion extensions/csf/csf.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
* Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion extensions/csf/csf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
* Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion extensions/csf/csf.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/csf/csf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/file-manager/bookmark.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/chattr.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/chcon.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/chmod.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/chown.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/compress.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/copy.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/create_file.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/create_folder.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/cut.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/delete.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/extract.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/file-manager-lib.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/file-manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
* Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/file-manager.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/file-manager/list.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/paste.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/rename.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/file-manager/search.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion extensions/sql.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
* Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion extensions/sql.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion help/file-manager.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header>File Manager</header>
<span class="hidden">#18.45</span>
<span class="hidden">#18.46</span>

There are multiple keyboard shortcuts/hotkeys, that can be used to provide quicker access and smoother user expirience.
<br>
Expand Down
Binary file removed images/_blank.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion index.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 2 additions & 0 deletions lang/en.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -681,3 +681,5 @@ theme_xhred_global_dir_up=Go to previous directory (Backspace)
theme_xhred_global_module_config=Module config
theme_xhred_global_return=Return
theme_xhred_global_return_to_module_index=Return to module index


1 change: 1 addition & 0 deletions lib/JSON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use Carp ();
use base qw(Exporter);
@JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json decode_json);


BEGIN {
$JSON::VERSION = '2.90';
$JSON::DEBUG = 0 unless (defined $JSON::DEBUG);
Expand Down
2 changes: 1 addition & 1 deletion navigation.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion pam_login.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion password_form.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion session_login.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion settings-editor_read.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion settings-editor_write.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion settings-favorites_save.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl

#
# Authentic Theme 18.45 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
Loading

0 comments on commit 1ea9064

Please sign in to comment.