Plugin Directory


Ignore:
Timestamp:
02/04/2024 02:33:27 PM (15 months ago)
Author:
WebFactory
Message:

Bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimal-coming-soon-maintenance-mode/trunk/framework/public/init.php

    r2434620 r3031149  
    4242
    4343    // This is the server address of the current page
    44     @$signals_server_url = $signals_protocol . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
    45 
    46 
     44    @$signals_server_url = $signals_protocol . '://' . $_SERVER['HTTP_HOST'] . parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
     45   
    4746    // Checking for the custom_login_url value
    4847    if ( empty( $signals_csmm_options['custom_login_url'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.