/home/u523506497/domains/mymelon.in/public_html/wp-admin UP
<?php
/*
* The error_reporting() function can be disabled in php.ini. On systems where that is the case,
* it's best to add a dummy function to the wp-config.php file, but as this call to the function
* is run prior to wp-config.php loading, it is wrapped in a function_exists() check.
*/
if ( function_exists( 'error_reporting' ) ) {
/*
* Disable error reporting.
*
* Set this to error_reporting( -1 ) for debugging.
*/
error_reporting( 0 );
}
// Set ABSPATH for execution.
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __DIR__ ) . '/' );
}
define( 'WPINC', 'wp-includes' );
$protocol = $_SERVER['SERVER_PROTOCOL'];
if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0', 'HTTP/3' ), true ) ) {
$protocol = 'HTTP/1.0';
}
$load = $_GET['load'];
if ( is_array( $load ) ) {
ksort( $load );
$load = implode( '', $load );
}
$load = preg_replace( '/[^a-z0-9,_-]+/i', '', $load );
$load = array_unique( explode( ',', $load ) );
if ( empty( $load ) ) {
header( "$protocol 400 Bad Request" );
exit;
}
require ABSPATH . 'wp-admin/includes/noop.php';
require ABSPATH . WPINC . '/script-loader.php';
require ABSPATH . WPINC . '/version.php';
$expires_offset = 31536000; // 1 year.
$out = '';
$wp_scripts = new WP_Scripts();
wp_default_scripts( $wp_scripts );
wp_default_packages_vendor( $wp_scripts );
wp_default_packages_scripts( $wp_scripts );
$etag = $wp_scripts->get_etag( $load );
if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $etag ) {
header( "$protocol 304 Not Modified" );
exit;
}
foreach ( $load as $handle ) {
if ( ! array_key_exists( $handle, $wp_scripts->registered ) ) {
continue;
}
$path = ABSPATH . $wp_scripts->registered[ $handle ]->src;
$out .= get_file( $path ) . "\n";
}
header( "Etag: $etag" );
header( 'Content-Type: application/javascript; charset=UTF-8' );
header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expires_offset ) . ' GMT' );
header( "Cache-Control: public, max-age=$expires_offset" );
echo $out;
exit;
| about.php | 17994 | V |
| admin-ajax.php | 5146 | V |
| admin-footer.php | 2804 | V |
| admin-functions.php | 472 | V |
| admin-header.php | 9284 | V |
| admin-post.php | 2021 | V |
| admin.php | 12935 | V |
| async-upload.php | 5604 | V |
| authorize-application.php | 10335 | V |
| comment.php | 11643 | V |
| contribute.php | 5656 | V |
| credits.php | 4141 | V |
| css | - | |
| custom-background.php | 482 | V |
| custom-header.php | 492 | V |
| customize.php | 11586 | V |
| edit-comments.php | 14484 | V |
| edit-form-advanced.php | 29481 | V |
| edit-form-blocks.php | 15528 | V |
| edit-form-comment.php | 13980 | V |
| edit-link-form.php | 6347 | V |
| edit-tag-form.php | 10658 | V |
| edit-tags.php | 22510 | V |
| edit.php | 19952 | V |
| erase-personal-data.php | 7505 | V |
| error_log | 73542 | V |
| export-personal-data.php | 7940 | V |
| export.php | 11265 | V |
| font-library.php | 1480 | V |
| freedoms.php | 4574 | V |
| images | - | |
| import.php | 7766 | V |
| includes | - | |
| index.php | 7864 | V |
| install-helper.php | 6961 | V |
| install.php | 18375 | V |
| js | - | |
| link-add.php | 934 | V |
| link-manager.php | 4361 | V |
| link-parse-opml.php | 2721 | V |
| link.php | 2957 | V |
| load-scripts.php | 2070 | V |
| load-styles.php | 2995 | V |
| maint | - | |
| media-new.php | 3249 | V |
| media-upload.php | 3668 | V |
| media.php | 819 | V |
| menu-header.php | 10052 | V |
| menu.php | 18134 | V |
| moderation.php | 307 | V |
| ms-admin.php | 196 | V |
| ms-delete-site.php | 4613 | V |
| ms-edit.php | 216 | V |
| ms-options.php | 229 | V |
| ms-sites.php | 215 | V |
| ms-themes.php | 217 | V |
| ms-upgrade-network.php | 219 | V |
| ms-users.php | 215 | V |
| my-sites.php | 4831 | V |
| nav-menus.php | 50199 | V |
| network | - | |
| network.php | 5523 | V |
| options-connectors.php | 1543 | V |
| options-discussion.php | 16403 | V |
| options-general.php | 22855 | V |
| options-head.php | 614 | V |
| options-media.php | 6640 | V |
| options-permalink.php | 22491 | V |
| options-privacy.php | 10704 | V |
| options-reading.php | 10198 | V |
| options-writing.php | 9404 | V |
| options.php | 14266 | V |
| plugin-editor.php | 14071 | V |
| plugin-install.php | 7433 | V |
| plugins.php | 30744 | V |
| post-new.php | 2768 | V |
| post.php | 10821 | V |
| press-this.php | 2470 | V |
| privacy-policy-guide.php | 3756 | V |
| privacy.php | 2512 | V |
| profile.php | 283 | V |
| revision.php | 5836 | V |
| setup-config.php | 17928 | V |
| site-editor.php | 12483 | V |
| site-health-info.php | 4173 | V |
| site-health.php | 10427 | V |
| term.php | 2249 | V |
| theme-editor.php | 17279 | V |
| theme-install.php | 24315 | V |
| themes.php | 49728 | V |
| tools-decryption.php | 0 | V |
| tools.php | 3514 | V |
| update-core.php | 46202 | V |
| update.php | 13062 | V |
| upgrade-functions.php | 341 | V |
| upgrade.php | 6390 | V |
| upload.php | 15292 | V |
| user | - | |
| user-edit.php | 41844 | V |
| user-new.php | 24664 | V |
| users.php | 25698 | V |
| widgets-form-blocks.php | 5235 | V |
| widgets-form.php | 19588 | V |
| widgets.php | 1112 | V |