Changeset 4887
- Timestamp:
- 08/15/07 22:43:37 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_reload.php
r4768 r4887 54 54 $.ajax({ 55 55 type: 'POST', 56 url: "<?php echo $_SERVER["PHP_SELF"]; ?>?handler=reload", 56 url: "<?php echo $_SERVER["PHP_SELF"]; ?>", 57 data: "handler=reload", 57 58 dataType: 'json', 58 59 success: function(data) {
