One Hat Cyber Team
Your IP :
18.191.136.109
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
public_html
/
centosuit
/
public
/
Edit File:
error_install.php
<html> <head> <title>Worksuite Not installed</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> </head> <body> <!-- Page Content --> <div class="container"> <div class="row" style="margin-top: 30px"> <div class="text-center m-t-20 mt-20"> <h2>Fix the following errors</h2> </div> <?php if ($GLOBALS['error_type'] == 'php-version') { ?> <div class="alert alert-danger"> <div class="row text-center"> <div class="col-md-12"><strong>Lower PHP version! </strong> Your server's php version is lower than <b>8.2.0</b>. Please upgrade your version to php version greater than equal <b>8.2.0</b> to make it work <br> <br> <p class="">Your server current PHP version: <b><?php echo phpversion(); ?></b></p> </div> </div> </div> <?php } else { ?> <div class="alert alert-danger"> <strong>.env file missing! </strong> You forgot to upload the .env file. For more info visit <a href="https://froiden.freshdesk.com/support/solutions/articles/43000491463" target="_blank">https://froiden.freshdesk.com/support/solutions/articles/43000491463</a> </div> <?php } ?> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> </body> </html>
Simpan