OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
tests
/
Token
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:55:48 AM
rwxr-xr-x
📄
BearerTokenAuthorizationTest.php
2.29 KB
08/14/2024 10:52:48 AM
rw-r--r--
📄
SsoTokenProviderTest.php
6.21 KB
08/14/2024 10:52:48 AM
rw-r--r--
📄
TokenProviderTest.php
16.41 KB
08/14/2024 10:52:49 AM
rw-r--r--
📄
TokenTest.php
1.66 KB
08/14/2024 10:52:49 AM
rw-r--r--
📄
token_hack.php
531 bytes
08/14/2024 10:52:49 AM
rw-r--r--
Editing: token_hack.php
Close
<?php namespace Aws\Token; // Hack time() to returned the canned result. function time() { if (isset($_SERVER['aws_time'])) { return $_SERVER['aws_time'] === true ? 1640467800 : $_SERVER['aws_time']; } return \time(); } function strtotime($string) { if (isset($_SERVER['aws_str_to_time'])) { return $_SERVER['aws_str_to_time'] === true ? 1640467800 : $_SERVER['aws_str_to_time']; } return \strtotime($string); }