mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Completed subuser system
This commit is contained in:
9
resources/views/emails/added-subuser.blade.php
Normal file
9
resources/views/emails/added-subuser.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Pterodactyl - You've been added to a Server</title>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1>Pterodactyl - Added to Server</h1></center>
|
||||
<p>You are recieving this email because you have been added as a subuser for <a href="{{ $url }}">{{ $serverName }}</a> on Pterodactyl Panel.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user