Changeset 2977101
- Timestamp:
- 10/10/2023 02:50:39 PM (2 years ago)
- Location:
- esselinknu-settings/trunk
- Files:
-
- 4 edited
-
esselink-nu-settings.php (modified) (1 diff)
-
includes/admin-settings.php (modified) (3 diffs)
-
includes/basic-settings.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
esselinknu-settings/trunk/esselink-nu-settings.php
r2964147 r2977101 4 4 * Plugin URI: http://www.esselink.nu 5 5 * Description: Settings plugin for custom WP configuration for Esselink.nu WP websites 6 * Version: 2.8 36 * Version: 2.84 7 7 * Author: Esselink.nu 8 8 * Author URI: http://www.esselink.nu 9 9 **/ 10 $esselink_nu_settings_verson = 2.8 3;10 $esselink_nu_settings_verson = 2.84; 11 11 12 12 $esselink_nu_server_hosts = array('web02.esselink.nu', 'web03.esselink.nu', 'web04.esselink.nu'); -
esselinknu-settings/trunk/includes/admin-settings.php
r2964147 r2977101 183 183 update_option( 'esselink_nu_settings_hsts_header', checkBoolean($_POST['esselink_nu_settings_hsts_header']), 'true' ); 184 184 update_option( 'esselink_nu_settings_session_cookie', checkBoolean($_POST['esselink_nu_settings_session_cookie']), 'true' ); 185 update_option( 'esselink_nu_settings_disable_recaptcha_frontpage', checkBoolean($_POST['esselink_nu_settings_disable_recaptcha_frontpage']), 'true' ); 185 186 //update_option( 'esselink_nu_settings_disable_recaptcha_frontpage', checkBoolean($_POST['esselink_nu_settings_disable_recaptcha_frontpage']), 'true' ); 186 187 187 188 update_option( 'esselink_nu_settings_send_emails', checkBoolean($_POST['esselink_nu_settings_send_emails']), 'true' ); … … 614 615 </td> 615 616 </tr> 617 <?PHP /* 616 618 <tr valign="top"> 617 619 <th scope="row"> … … 628 630 </fieldset> 629 631 </td> 630 </tr> 632 </tr> */ 633 ?> 631 634 <tr valign="top"> 632 635 <th scope="row"> -
esselinknu-settings/trunk/includes/basic-settings.php
r2964147 r2977101 384 384 385 385 // Disable Recaptch frontpage 386 /* 386 387 if(get_option('esselink_nu_settings_disable_recaptcha_frontpage') == false) 387 388 add_option( 'esselink_nu_settings_disable_recaptcha_frontpage', 'true', '', 'yes' ); … … 396 397 }); 397 398 } 398 399 */ 399 400 400 401 // Remove WP Default favicon -
esselinknu-settings/trunk/readme.txt
r2964147 r2977101 187 187 * Extra data added to Collector 188 188 * Edit LiteSpeed ESI mode 189 = 2.84 = 190 * Remove Recaptcha frontpage function 189 191 190 192 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.