Changeset 4887

Show
Ignore:
Timestamp:
08/15/07 22:43:37 (6 years ago)
Author:
gregmac
Message:

Apply patch from #2256

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_reload.php

    r4768 r4887  
    5454        $.ajax({ 
    5555          type: 'POST', 
    56           url: "<?php echo $_SERVER["PHP_SELF"]; ?>?handler=reload",  
     56          url: "<?php echo $_SERVER["PHP_SELF"]; ?>",  
     57          data: "handler=reload", 
    5758          dataType: 'json', 
    5859          success: function(data) {