@@ -1,4 +1,4 @@
-<div id="copyright">Copyright © 2008-2023 Eye v2.4.12  <a href="https://github.com/rajven/Eye">rnd@rajven.ru</a></div>
+<div id="copyright">Copyright © 2008-2023 Eye v2.4.13  <a href="https://github.com/rajven/Eye">rnd@rajven.ru</a></div>
<?php
$end_time = microtime();
$end_array = explode(" ",$end_time);
@@ -20,6 +20,7 @@ use MIME::Base64;
our @ISA = qw(Exporter);
our @EXPORT = qw(
+eye_version
log_file
write_to_file
wrlog
@@ -60,6 +61,8 @@ netdev_set_auth
BEGIN
{
+our $eye_version = "2.4.13";
+
#---------------------------------------------------------------------------------------------------------
sub log_file {
@@ -1 +1 @@
-2.4.12
+2.4.13