Skip to content

Commit

Permalink
Version 18.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Apr 29, 2017
1 parent 9d4981d commit 0d66a2d
Show file tree
Hide file tree
Showing 97 changed files with 116 additions and 114 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.46) and Webmin (1.831) versions installed.
Please make sure that you have latest theme (18.47) 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-patch11 (April 29, 2017)
#### Version 18.47 (April 29, 2017)
* Added desktop notifications [#734](https://github.com/qooob/authentic-theme/issues/734)
* Added improved display and data-grouping for theme's update notice
* Fixed bugs [#731](https://github.com/qooob/authentic-theme/issues/731) [#51967](https://www.virtualmin.com/node/51967)
Expand Down
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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.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)
* [Download (18.47)![](https://rostovtsev.ru/pub/media/icons/download-23x14.png)](https://github.com/qooob/authentic-theme/releases/download/18.47/authentic-theme-18.47.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.46.wbt.gz-sig.asc authentic-theme-18.46.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.47.wbt.gz-sig.asc authentic-theme-18.47.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: 1 addition & 0 deletions THEME.pgp
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ 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.46
18.47
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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.45';
my $sh__ln__c___version = '18.46';
my $sh__ln__p___version = '18.46';
my $sh__ln__c___version = '18.47';
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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
2 changes: 1 addition & 1 deletion buttons.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
1 change: 0 additions & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ 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.46 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
* 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.46 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
* 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down
8 changes: 4 additions & 4 deletions extensions/file-manager/file-manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Authentic Theme 18.46 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
* Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -2562,7 +2562,7 @@ function ___f__tw() {
d.preventDefault();
t__wi_p.$___ajax_requested_url = "edit_file.cgi";
var A = "jsp_" + parseInt(Math.random() * 1000000000000000000),
D = encodeURIComponentSafe(decode_html($("#list_form table tbody tr.m-active").find("i.fa-pencil-square-o").parent("a").parent("label").parent("td").prev("td").find("a").attr("data-filemin-link"))),
D = encodeURIComponentSafe(decode_html($("#list_form table tbody tr.m-active").find("a[data-filemin-link]").attr("data-filemin-link"))),
z = ("edit_file.cgi?file=" + D + "&path=" + $("#path").val());
window[A] = $.jsPanel({
ajax: {
Expand All @@ -2571,15 +2571,15 @@ function ___f__tw() {
autoload: false,
done: function(H, o, G, q) {
var t = $(H).find(".ui_form"),
I = ("<strong>" + (escape_html(decodeURIComponentSafe(D)) + " (" + escape_html(decodeURIComponentSafe($("#path").val())) + ")") + "</strong>"),
I = ("<strong>" + (escape_html(decodeURIComponentSafe(D)) + " (" + escape_html(decodeURIComponentSafe(($("#path").val() ? $("#path").val() : "/"))) + ")") + "</strong>"),
p = $(this).parents("div.jsPanel"),
n = (parseInt(q.attr("id").replace("jsPanel-", "")) + 1);
if (!$(t).find("textarea").length) {
var t = $(H).find('form[action="save_file.cgi"]').append($(H).find("#data").removeAttr("id")).prepend($(H).find("#file").removeAttr("id")).prepend($(H).find("#path").removeAttr("id"))
}
q.title(I);
p.data("jspuid", A);
p.find(".jsPanel-hdr h3").prepend('<i class="fa fa-fw fa-lg fa-pencil-square-o" alt="Edit" style="margin-right: 7px; vertical-align: -15%">&nbsp;&nbsp;</i>').find("strong").attr("title", I);
p.find(".jsPanel-hdr h3").prepend('<i class="fa fa-fw fa-lg fa-pencil-square-o" alt="Edit" style="margin-right: 7px; vertical-align: -15%">&nbsp;&nbsp;</i>').find("strong").attr("title", I.replace(/<\/?[^>]+(>|$)/g, ""));
p.find(".jsPanel-content").html(t);
$("#jsPanel-min-container").css({
width: $(window).width(),
Expand Down
4 changes: 2 additions & 2 deletions extensions/file-manager/file-manager.min.js

Large diffs are not rendered by default.

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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
* Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
* Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
* 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.46</span>
<span class="hidden">#18.47</span>

There are multiple keyboard shortcuts/hotkeys, that can be used to provide quicker access and smoother user expirience.
<br>
Expand Down
Binary file added images/notifications_authentic_remote_version.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notifications_csf_deny.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notifications_csf_remote_version.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/notifications_package_message.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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 @@ -691,3 +691,5 @@ theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases


1 change: 0 additions & 1 deletion lib/JSON.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# 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.46 (https://github.com/qooob/authentic-theme)
# Authentic Theme 18.47 (https://github.com/qooob/authentic-theme)
# Copyright 2014-2017 Ilia Rostovtsev <programming@rostovtsev.ru>
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE)
#
Expand Down

0 comments on commit 0d66a2d

Please sign in to comment.