HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u68578676 (5866432)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: /homepages/18/d411704320/htdocs/01-CTM/wp-content/plugins/artbees-captcha/generate-captcha.php
<?php

require_once(dirname( __FILE__ ) . '/captcha.php');

session_start();
$captcha = new Mk_Artbees_Captcha();

$captcha->imageFormat = 'png';
$captcha->CreateImage();