Update strftime php8.1

This commit is contained in:
gtbu 2022-05-25 11:28:17 +02:00
parent a29c2aaa04
commit 31355dd922
5 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ if( gpdebug ){
set_error_handler('showError');
require_once('tool.php');
require_once('thirdparty/time/strftime.php');
gp_defined('gp_restrict_uploads', false);
gp_defined('gpdebugjs', gpdebug);

View file

@ -2,7 +2,7 @@
namespace gp{
use function \PHP81_BC\strftime;
defined('is_running') or die('Not an entry point...');
class tool{