-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
Hi there, I'd like to know how to change default audio files :
This does not work
require_once __DIR__ . '/vendor/dapphp/securimage/securimage.php';
echo Securimage::getCaptchaHtml([
'audio_path' => __DIR__ . '/php/secureimage/audio/en/'
]);
When I read docs :
$img = new Securimage();
$img->audio_path = $img->securimage_path . '/audio/de/'; // switch to German
but how do I then call a static method with an instanciated class ?
Thanks for your lights !
Metadata
Metadata
Assignees
Labels
No labels