📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
39907.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: letter.advices.php
<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html charset=UTF-8"/> </head> <body> <table cellpadding="10" cellspacing="10" border="0"> <tr> <td>Dear <b>Administrator</b>,</td> </tr> <tr> <td> Just a quick reminder that important advice for your website <a href="{{ site_link }}">{{ site_url }}</a> is awaiting your approval.<br/> </td> </tr> <tr> <td> <strong>{{ advice_title }}</strong><br/> {{ advice_description }}<br/><br/> </td> </tr> <tr> <td><a href="{{ panel_link }}" style="text-decoration: none; padding: 10px 20px; background: #2B98F0; width: 75px; height: 16px; font-style: normal; font-weight: 400; font-size: 14px; color: #FFFFFF;">{{ view_advice_button_text }}</a></td> </tr> <tr> <td> </td> </tr> <tr> <td> <a href="{{ unsubscribe_link }}" title="{{ unsubscribe_text }}" target="_blank" style="font-size: 12px;color: #666;">{{ unsubscribe_text }}</a> </td> </tr> </table>{{ footer }} </body> </html>
Save