One Hat Cyber Team
Your IP:
216.73.216.75
Server IP:
213.186.33.17
Server:
Linux webm007.cluster106.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
tcherkas
/
balalaika.pro
/
Edit File:
build.xml
<?xml version="1.0" encoding="UTF-8"?> <project name="joomla" default="build" basedir="."> <property name="source" value="." /> <target name="clean" description="Clean up and create artifact directories"> <delete dir="${basedir}/build/logs" /> <mkdir dir="${basedir}/build/logs" /> </target> <target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer"> <exec executable="phpcs"> <arg value="--report=checkstyle" /> <arg value="-p" /> <arg value="--report-file=${basedir}/build/logs/checkstyle.xml" /> <arg value="--standard=${basedir}/build/phpcs/Joomla" /> <arg path="${source}" /> </exec> </target> <target name="build" depends="clean,phpcs" /> </project>
Simpan