whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
bootstrap
/
Upload File:
files >> //home/qbizpnmr/test.qbiztax.com/bootstrap/autoload.php
<?php // Define minimum supported PHP version define('AKAUNTING_PHP', '8.1.0'); // Check PHP version if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) { $message = 'Error: Ask your hosting provider to use PHP ' . AKAUNTING_PHP . ' or higher for HTTP, CLI, and php command.' . PHP_EOL . PHP_EOL . 'Current PHP version: ' . PHP_VERSION . PHP_EOL; if (defined('STDOUT')) { fwrite(STDOUT, $message); } else { echo($message); } die(1); } // Load composer for core require __DIR__ . '/../vendor/autoload.php';
Copyright ©2021 || Defacer Indonesia