🔓 Ultimate Webshell - Penetration Testing Tool

📖 File Reader

<?php


namespace FormBuilder\Contract;


interface FormHandleInterface
{
    public function form();

}