/
home
/
altere25
/
infinet.finance
/
wp-content
/
ebwp-backups
/
/home/altere25/infinet.finance/wp-content/ebwp-backups
mkdir
upload
Name
Size
Mode
Actions
.htaccess
186
0644
edit
dl
rm
activity.txt
1038
0644
edit
dl
rm
index.html
0
0644
edit
dl
rm
index.php
5
0644
edit
dl
rm
sse.php
348
0644
edit
dl
rm
Edit:
/home/altere25/infinet.finance/wp-content/ebwp-backups/sse.php
(348B)
<?php header('Content-Type: application/json'); header('Cache-Control: no-cache'); $ebwp_backups_dir = dirname( __FILE__ ); $procstat_file = $ebwp_backups_dir . DIRECTORY_SEPARATOR . "PROCSTAT"; if ( ! file_exists( $procstat_file ) ) { echo "{}"; die(); } $content = @file_get_contents( $procstat_file ); echo $content ? $content : "{}"; die();
Save