Plugin Directory

Changeset 3239441


Ignore:
Timestamp:
02/12/2025 02:14:23 PM (14 months ago)
Author:
aweos
Message:

Removed hardcoded URL

Location:
aweos-wp-lock/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • aweos-wp-lock/trunk/aweos-wp-lock.php

    r3222273 r3239441  
    44 * Plugin URI: https://aweos.de
    55 * Description: This Plugin displays a coming soon page in development mode
    6  * Version: 1.4.6
     6 * Version: 1.4.7
    77 * Author: AWEOS GmbH
    88 * Author URI: https://aweos.de
  • aweos-wp-lock/trunk/includes/FrontendMenu.php

    r3222273 r3239441  
    5858            <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>
    5959                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'); ?>">
    6161                <div style="display: none;" id="wplock-mode"><?php echo $options['mode']; ?></div>
    6262                <div style="display: none;" id="wplock-eFor"><?php echo $options['eFor']; ?></div>
Note: See TracChangeset for help on using the changeset viewer.