i'll send source files to
@Tomz .
to null this script goto
app\Http\Controllers\Installer\InstallerController.php
--------------------------------------------------------------------------------------------------------
and find in function
purchase_check
PHP:
return back()->with('alert-success',Everify::$massage);
replace with this
PHP:
return redirect()->route('install.info');
--------------------------------------------------------------------------------------------------------
OR
--------------------------------------------------------------------------------------------------------
find in function
verify
PHP:
$check= Everify::Check($key);
add after
find in function
purchase_check
PHP:
$check= Everify::Check($request->purchase_code);
add after
--------------------------------------------------------------------------------------------------------
PD: Please share last version of DOKANS.