mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
16 lines
372 B
PHP
16 lines
372 B
PHP
<div class="error">
|
|
<p>
|
|
<?php
|
|
printf(
|
|
__(
|
|
'All in One WP Migration is not able to create <strong>%s</strong> file. ' .
|
|
'Try to change permissions of the parent folder or send us an email at ' .
|
|
'<a href="mailto:support@servmask.com">support@servmask.com</a> for assistance.',
|
|
AI1WM_PLUGIN_NAME
|
|
),
|
|
AI1WM_BACKUPS_HTACCESS
|
|
)
|
|
?>
|
|
</p>
|
|
</div>
|