php 7.4 only

This commit is contained in:
Ibnu Maksum 2023-07-07 15:52:10 +07:00
parent 05a5b784aa
commit d31a37cf4d
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Most current web servers with PHP & MySQL installed will be capable of running P
Minimum Requirements Minimum Requirements
- Linux or Windows OS - Linux or Windows OS
- PHP Version 7.2+ - PHP Version 7.4
- Both PDO & MySQLi Support - Both PDO & MySQLi Support
- GD2 Image Library - GD2 Image Library
- CURL support - CURL support

View File

@ -329,3 +329,5 @@ $_L['You_are_Online_Logout'] = 'You are Online, Logout?';
$_L['Connect_to_Internet'] = 'Connect to Internet?'; $_L['Connect_to_Internet'] = 'Connect to Internet?';
$_L['Your_account_not_connected_to_internet'] = 'Your account not connected to internet'; $_L['Your_account_not_connected_to_internet'] = 'Your account not connected to internet';
$_L['Failed_to_create_transaction_'] = 'Failed to create transaction. ';
$_L['Failed_to_check_status_transaction_'] = 'Failed to check status transaction. ';