![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/phpmd/phpmd/src/bin/ |
@echo off REM This file is part of PHP Mess Detector. REM REM Copyright (c) Manuel Pichler <[email protected]>. REM All rights reserved. REM REM Licensed under BSD License REM For full copyright and license information, please see the LICENSE file. REM Redistributions of files must retain the above copyright notice. REM REM @author Manuel Pichler <[email protected]> REM @copyright Manuel Pichler. All rights reserved. REM @license https://opensource.org/licenses/bsd-license.php BSD License REM @link http://phpmd.org/ if "%PHPBIN%" == "" set PHPBIN=@php_bin@ if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH GOTO RUN :USE_PEAR_PATH set PHPBIN=%PHP_PEAR_PHP_BIN% :RUN "%PHPBIN%" "@bin_dir@\phpmd" %*