PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/seoshop.live/wp-content/plugins/advanced-custom-fields/js/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/seoshop.live/wp-content/plugins/advanced-custom-fields/js/input.php

<?php

// vars
$expires_offset = 31536000; // 1 year
$out = '';
$prefix = 'input/';
$files = array(
	'actions.js',
	'color-picker.js',
	'date-picker.js',
	'file.js',
	'image.js',
	'relationship.js',
	'tab.js',
	'validation.js',
	'wysiwyg.js'
);


// helpers
function get_file($path)
{
	if ( function_exists('realpath') )
		$path = realpath($path);

	if ( ! $path || ! @is_file($path) )
		return '';

	return @file_get_contents($path);
}

if( $files )
{
	foreach( $files as $file ) {
		$out .= get_file( $prefix . $file ) . "\n";
	}
}


// set headers to return a JS file
header('Content-Type: application/x-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;

?>