b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / a / home / dev2.destoffenstraat.com / vendor / phpmd / phpmd / src / bin /
Filename/home/a/home/dev2.destoffenstraat.com/vendor/phpmd/phpmd/src/bin/phpmd.bat
Size745
Permissionrw-r--r--
Ownerroot : root
Create time21-Aug-2025 12:26
Last modified30-Jul-2019 23:13
Last accessed23-Aug-2025 00:46
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
@echo off
REM This file is part of PHP Mess Detector.
REM
REM Copyright (c) Manuel Pichler <mapi@phpmd.org>.
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 <mapi@phpmd.org>
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" %*