-
-
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
Apr 25, 2017
1 parent
b708856
commit 1ea9064
Showing
93 changed files
with
96 additions
and
94 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 |
---|---|---|
|
@@ -49,4 +49,3 @@ MMWuifl4006F5imms19cH+UBFx/fSa00ENR1spL5NFvf4E0uY9VgfvGKv7aF1DTg | |
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.45 | ||
18.46 |
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.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) | ||
# | ||
|
@@ -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 ) | ||
|
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.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) | ||
# | ||
|
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.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) | ||
# | ||
|
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.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) | ||
# | ||
|
@@ -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>'; | ||
} | ||
|
||
|
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,3 +6,4 @@ 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.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) | ||
*/ | ||
|
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.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) | ||
*/ | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
# | ||
|
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.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) | ||
*/ | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
|
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.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) | ||
*/ | ||
|
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
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.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) | ||
# | ||
|
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 |
---|---|---|
@@ -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) | ||
# | ||
|
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.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) | ||
# | ||
|
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.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) | ||
# | ||
|
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.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) | ||
# | ||
|
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.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) | ||
# | ||
|
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.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) | ||
# | ||
|
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.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) | ||
# | ||
|
Oops, something went wrong.