8 lines
106 B
PHP
8 lines
106 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
|
'body' => 'You have unsaved changes. Are you sure you want to leave this page?',
|
||
|
|
|
||
|
|
];
|