-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ilia Rostovtsev
committed
May 18, 2017
1 parent
1e9e655
commit d55c582
Showing
102 changed files
with
200 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,3 @@ f4W8 | |
=A+Dy | ||
-----END PGP PUBLIC KEY BLOCK----- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.48 | ||
18.49 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
# | ||
|
@@ -1091,8 +1091,8 @@ sub theme_git_version | |
sub theme_version | ||
{ | ||
my ($switch) = @_; | ||
my $sh__ln__p___version = '18.47'; | ||
my $sh__ln__c___version = '18.48'; | ||
my $sh__ln__p___version = '18.48'; | ||
my $sh__ln__c___version = '18.49'; | ||
my $sh__ln__g___version = theme_git_version('uncond'); | ||
( ( !$switch ) && ( $sh__ln__c___version =~ s/\.//ig ) ); | ||
( ( !$switch && $sh__ln__g___version ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
# | ||
|
@@ -1124,6 +1124,10 @@ sub get_sysinfo_vars | |
# Build version response message | ||
if ( &Version::Compare::version_compare( $remote_version, $installed_version ) == 1 ) { | ||
my $git_version_remote = index( $remote_version, '-git-' ) != -1; | ||
my $remote_version_tag = $remote_version; | ||
my $remote_version_patch = ((index($remote_version, '-') != -1 && length($remote_version) < 10) ? ' hidden' : ''); | ||
my @_remote_version_tag = split /-/, $remote_version_tag; | ||
$remote_version_tag = $_remote_version_tag[0]; | ||
$authentic_theme_version = | ||
'<a href="https://github.com/qooob/authentic-theme" target="_blank">' | ||
. $Atext{'theme_name'} . '</a> ' | ||
|
@@ -1145,14 +1149,14 @@ sub get_sysinfo_vars | |
. ( $git_version_remote ? 'fa-git-pull' : 'fa-refresh' ) | ||
. '"> </i>' | ||
. $Atext{'theme_update'} . '</a>' | ||
. '<a class="btn btn-xxs btn-info" target="_blank" href="https://github.com/qooob/authentic-theme/blob/master/CHANGELOG.md"><i class="fa fa-fw fa-pencil-square-o"> </i>' | ||
. '<a class="btn btn-xxs btn-info' . $remote_version_patch . '" target="_blank" href="https://github.com/qooob/authentic-theme/blob/master/CHANGELOG.md"><i class="fa fa-fw fa-pencil-square-o"> </i>' | ||
. $Atext{'theme_changelog'} . '</a>' | ||
. '<a data-remove-version="' | ||
. $remote_version | ||
. '" class="btn btn-xxs btn-warning' | ||
. ( $git_version_remote ? ' hidden' : '' ) | ||
. '" target="_blank" href="https://github.com/qooob/authentic-theme/releases/download/' | ||
. $remote_version | ||
. $remote_version_tag | ||
. '/authentic-theme-' | ||
. $remote_version | ||
. '.wbt.gz"><i class="fa fa-fw fa-download"> </i>' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,3 @@ cs_table=feffff | |
cs_header=ffffff class='thead' | ||
cs_link=376ebd | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
* Authentic Theme 18.49 (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) | ||
*/ | ||
|
@@ -1188,7 +1188,11 @@ html[data-post='viewlogs'][data-background-style='nightRider'] table.dataTable { | |
html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading, | ||
html[data-module='csf'][data-background-style='nightRider'] .panel._devcon .panel-heading, | ||
html[data-module='csf'][data-background-style='nightRider'] .panel._devcon { | ||
border-color: #3a3e43 | ||
border-color: #3a3e43 !important | ||
} | ||
|
||
html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading { | ||
border-width: 1px !important | ||
} | ||
|
||
html[data-post='servercheck'][data-background-style='nightRider'] div[style*="clear: both;padding"] { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
* Authentic Theme 18.49 (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) | ||
*/ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
* Authentic Theme 18.49 (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) | ||
*/ | ||
|
@@ -1531,6 +1531,7 @@ function ___f__tw() { | |
} | ||
} | ||
d(); | ||
!$g__v__nav && $(".container-fluid").removeClass("col-lg-10 col-lg-offset-1").addClass("margined-top-15").parents("html").addClass("single_tab"); | ||
if ($__source_file == "config.cgi") { | ||
$('input[name="per_page"], input[name="disable_pagination"], input[name="menu_style"], textarea[name="bookmarks"]').parents("td.col_value").parent("tr").addClass("hidden"); | ||
$("#columns_size").parent(".awobject").remove(); | ||
|
@@ -2747,7 +2748,7 @@ function ___f__tw() { | |
o = u; | ||
var N = ($("body").data("charset") != "UTF-8"), | ||
M = $(P).find(".ui_form"), | ||
R = ("<strong>" + (escape_html(decodeURIComponentSafe(G)) + " (" + escape_html(decodeURIComponentSafe(($("#path").val() ? $("#path").val() : "/"))) + ")") + "</strong>"), | ||
R = ("<strong>" + (escape_html(decodeURIComponentSafe(G)) + " (" + escape_html(decodeURIComponentSafe(($("#path").val() ? (access_level() == 2 ? ($g__user__home + $("#path").val()) : $("#path").val()) : (access_level() == 2 ? $g__user__home : "/")))) + ")") + "</strong>"), | ||
n = this, | ||
W = $(n), | ||
Q = (parseInt(m.attr("id").replace("jsPanel-", "")) + 1); | ||
|
@@ -2947,13 +2948,20 @@ function ___f__tw() { | |
}) | ||
} | ||
}, | ||
setstatus: "maximize", | ||
maximizedMargin: { | ||
top: 10, | ||
right: 10, | ||
bottom: 10, | ||
left: 10 | ||
}, | ||
panelSize: { | ||
width: ($(window).width() * 0.9), | ||
height: ($(window).height() * 0.7) | ||
}, | ||
dblclicks: { | ||
title: "normalize", | ||
content: "maximize" | ||
}, | ||
headerControls: { | ||
smallify: "remove" | ||
}, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
* Authentic Theme 18.49 (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) | ||
*/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.48 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.49 (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) | ||
# | ||
|
Oops, something went wrong.