PluginProbe
GD Security Headers / trunk
GD Security Headers vtrunk
trunk 1.0 1.1 1.1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.7 1.7.1 1.8 1.9
gd-security-headers / forms / tools / import.php

import.php in GD Security Headers trunk, at forms/tools/import.php

16 lines 759 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="d4p-group d4p-group-import d4p-group-important">
2 <h3><?php esc_html_e( 'Important', 'gd-security-headers' ); ?></h3>
3 <div class="d4p-group-inner">
4 <?php esc_html_e( 'With this tool you import all plugin settings from plain text file made using the Export tool. If you made changes to this file, it is very likely that import will fail.', 'gd-security-headers' ); ?>
5 </div>
6 </div>
7
8 <div class="d4p-group d4p-group-import d4p-group-important">
9 <h3><?php esc_html_e( 'Import File', 'gd-security-headers' ); ?></h3>
10 <div class="d4p-group-inner">
11 <?php esc_html_e( 'Select file you want to import', 'gd-security-headers' ); ?>:
12 <br/><br/>
13 <input type="file" name="import_file"/>
14 </div>
15 </div>
16