We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ed010 commit bbeea0bCopy full SHA for bbeea0b
sharexen.php
@@ -301,6 +301,7 @@ function log_request(&$data)
301
302
$url = @$data['url'];
303
$user = @$data['username'];
304
+ $endpoint = @$data['endpoint'];
305
306
$msg = $user ? "Authenticated user $user" : 'Unauthenticated user';
307
@@ -760,7 +761,7 @@ function info_endpoint(&$data)
760
761
}
762
763
-define('VERSION', '2.3.0');
764
+define('VERSION', '2.3.1');
765
define('SOURCE', 'https://github.com/Xenthys/ShareXen');
766
767
$data = [
0 commit comments