golden hour
/opt/PHP-Antimalware-Scanner/tests/Fixtures/clean
⬆️ Go Up
Upload
File/Folder
Size
Actions
calculator.php
300 B
Del
OK
hello.php
173 B
Del
OK
lineending_nrr.php
105 B
Del
OK
wordpress_like.php
337 B
Del
OK
Edit: hello.php
<?php /** * Simple hello world script. */ echo "Hello, World!\n"; echo "This is a clean PHP file.\n"; $greeting = 'Welcome'; echo $greeting . " to the scanner test!\n";
Save