security.php (1182B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Important Security Notification!'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified the storage folder!'; 7 $_['text_admin'] = 'Edit admin/config.php and change'; 8 $_['text_security'] = 'It is very imporant that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).'; 9 $_['text_choose'] = 'Choose how to move the storage directory'; 10 $_['text_automatic'] = 'Automatically Move'; 11 $_['text_manual'] = 'Manually Move'; 12 $_['text_move'] = 'Move'; 13 $_['text_to'] = 'to'; 14 $_['text_config'] = 'Edit config.php change'; 15 $_['text_admin'] = 'Edit admin/config.php and change'; 16 17 // Button 18 $_['button_move'] = 'Move'; 19 $_['button_manual'] = 'Manual'; 20 21 // Error 22 $_['error_permission'] = 'Warning: You do not have permission to modify the storage directory!'; 23 $_['error_path'] = 'Warning: Invalid path!'; 24 $_['error_directory'] = 'Warning: Invalid directory!'; 25 $_['error_exists'] = 'Warning: Directory already exists!'; 26 $_['error_writable'] = 'Warning: config.php and admin/config.php need to be made writable!';