PluginProbe
VdoCipher: Secure Video Player and Hosting / 1.7
VdoCipher: Secure Video Player and Hosting v1.7
trunk 1.10 1.11 1.12 1.13 1.14 1.15 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.30 1.4 1.5 1.6 All 28 releases
← All changes | include/setting_form.php +5 -9 1.211.7 View file →
@@ -1,27 +1,23 @@
1 1 <?php
2 2 if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) {
3 3 header($_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found');
4 - exit("<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\r\n<html><head>\r\n<title>404 Not Found</title>\r\n".
5 - "</head><body>\r\n<h1>Not Found</h1>\r\n<p>The requested URL " . $_SERVER['SCRIPT_NAME'] . " was not found on ".
6 - "this server.</p>\r\n</body></html>");
4 + exit("<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\r\n<html><head>\r\n<title>404 Not Found</title>\r\n</head><body>\r\n<h1>Not Found</h1>\r\n<p>The requested URL " . $_SERVER['SCRIPT_NAME'] . " was not found on this server.</p>\r\n</body></html>");
7 5 }
8 6 ?>
9 7 <div class="wrap">
10 8 <form method="post" action="options.php">
11 9 <?php
12 -settings_fields('vdo_option-group');
13 -do_settings_sections('vdo_option-group');
10 +settings_fields( 'vdo_option-group' );
11 +do_settings_sections( 'vdo_option-group' );
14 12 ?>
15 - <h2>Please enter your VdoCipher CLIENT_SECRET_KEY</h2>
13 + <h2>Please enter your VdoCipher CLIENT_SECRET_KEY</h2>
16 14
17 15 <table class="form-table">
18 16 <tbody><tr>
19 17 <td style="width: 160px;">VdoCipher secret key :</td>
20 18 <td>
21 - <input name="vdo_client_key" style="width: 400px;"
22 - value="<?php echo esc_attr(get_option('vdo_client_key')); ?>"
23 - type="text">
19 + <input name="vdo_client_key" style="width: 400px;" value="<?php echo esc_attr( get_option('vdo_client_key') ); ?>" type="text">
24 20 </td>
25 21 </tr>
26 22
27 23 </tbody></table>