PK

ADDRLIN : /home/questend/public_html/captcha/
FLL :
Current File : /home/questend/public_html/captcha/captcha.php

<?php
require_once './vendor/autoload.php';

use Gregwar\Captcha\CaptchaBuilder;
session_start();

$builder = new CaptchaBuilder;
$builder->build();
$_SESSION['user_phrase'] = $builder->getPhrase();


header('Content-type: image/jpeg');
$builder->output();


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home