Changeset 3239441
- Timestamp:
- 02/12/2025 02:14:23 PM (14 months ago)
- Location:
- aweos-wp-lock/trunk
- Files:
-
- 2 edited
-
aweos-wp-lock.php (modified) (1 diff)
-
includes/FrontendMenu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aweos-wp-lock/trunk/aweos-wp-lock.php
r3222273 r3239441 4 4 * Plugin URI: https://aweos.de 5 5 * Description: This Plugin displays a coming soon page in development mode 6 * Version: 1.4. 66 * Version: 1.4.7 7 7 * Author: AWEOS GmbH 8 8 * Author URI: https://aweos.de -
aweos-wp-lock/trunk/includes/FrontendMenu.php
r3222273 r3239441 58 58 <p>Lock your Website from external access. With AWEOS WP Lock you can block acess for non-registered users.<br>You can also define a specific timespan to lock or unlock your website.<br> 59 59 This plugin was developed by the advertising agency <a href="https://aweos.de" target="_blank">AWEOS</a>.</p> 60 <form method="post" action="/wp-admin/admin-post.php?action=update_wplock_settings">60 <form method="post" action="<?php echo admin_url('admin-post.php?action=update_wplock_settings'); ?>"> 61 61 <div style="display: none;" id="wplock-mode"><?php echo $options['mode']; ?></div> 62 62 <div style="display: none;" id="wplock-eFor"><?php echo $options['eFor']; ?></div>
Note: See TracChangeset
for help on using the changeset viewer.