mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
Update strftime php8.1
This commit is contained in:
parent
a29c2aaa04
commit
31355dd922
5 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
namespace gp{
|
||||
|
||||
use function \PHP81_BC\strftime;
|
||||
defined('is_running') or die('Not an entry point...');
|
||||
|
||||
class tool{
|
||||
|
|
Loading…
Reference in a new issue