403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/amphetadesk/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/amphetadesk/files/patch-lib_AmphetaDesk_Utilities.pm
--- lib/AmphetaDesk/Utilities.pm.orig	Sun Oct  9 19:45:59 2005
+++ lib/AmphetaDesk/Utilities.pm	Sun Oct  9 19:51:44 2005
@@ -112,7 +112,7 @@
    $hour = sprintf "%02.0d", $hour;
 
    # print the entry to our log file.
-   print LOG "[$hour:$min:$sec] $message\n";
+   print LOG "[$hour:$min:$sec] $message\n" if fileno LOG;
 
    # and save the message in our response log
    # if the message is also being sent to the gui.
@@ -127,7 +127,7 @@
       $os = "MacOS"   if $^O =~ /Mac/;
       $os = "Windows" if $^O =~ /Win/;
       $os = "Linux" unless defined $os;
-      my $packname = "AmphetaDesk::OS::";
+      my $packname = "AmphetaDesk::AmphetaDesk::OS::";
       my $funcname = "::gui_note";
       &{ $packname. $os . $funcname }($message) if $gui;
    }
@@ -151,7 +151,7 @@
       $os = "MacOS"   if $^O =~ /Mac/;
       $os = "Windows" if $^O =~ /Win/;
       $os = "Linux" unless defined $os;
-      my $packname = "AmphetaDesk::OS::";
+      my $packname = "AmphetaDesk::AmphetaDesk::OS::";
       my $funcname = "::gui_note";
       &{ $packname. $os . $funcname }($message);
    }

Youez - 2016 - github.com/yon3zu
LinuXploit