VPNManager/templates/vpn/download-file.html.ep
2024-07-16 23:49:24 +02:00

11 lines
274 B
Plaintext

% use MIME::Base64 qw/encode_base64/;
% my $file = stash 'vpn_file';
<html>
<head>
<link rel="stylesheet" href="/style.css"/>
</head>
<body>
<a href="/vpn/user/<%=$user->id%>/download" download="wg0.conf">Dowload vpn file</a>
</body>
</html>