Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<form wire:submit.prevent='submit' class="flex flex-col w-full gap-2"> <x-forms.input ..

Decoded Output download

<?  <form wire:submit.prevent='submit' class="flex flex-col w-full gap-2">
    <x-forms.input id="cloudflare_token" required label="Cloudflare Token" />
    <x-forms.input id="ssh_domain" label="Configured SSH Domain" required
        helper="The SSH Domain you configured in Cloudflare" />
    <x-forms.button type="submit" isHighlighted @click="modalOpen=false">Automated Configuration (experimental)</x-forms.button>
    <h3 class="text-center">Or</h3>
    <x-forms.button  wire:click.prevent='alreadyConfigured' @click="modalOpen=false">I have already set up the tunnel manually on the server.</x-forms.button>
</form>
 ?>

Did this file decode correctly?

Original Code

<form wire:submit.prevent='submit' class="flex flex-col w-full gap-2">
    <x-forms.input id="cloudflare_token" required label="Cloudflare Token" />
    <x-forms.input id="ssh_domain" label="Configured SSH Domain" required
        helper="The SSH Domain you configured in Cloudflare" />
    <x-forms.button type="submit" isHighlighted @click="modalOpen=false">Automated Configuration (experimental)</x-forms.button>
    <h3 class="text-center">Or</h3>
    <x-forms.button  wire:click.prevent='alreadyConfigured' @click="modalOpen=false">I have already set up the tunnel manually on the server.</x-forms.button>
</form>

Function Calls

None

Variables

None

Stats

MD5 d6af36cce59cd73073c73c8fafccb8c6
Eval Count 0
Decode Time 83 ms