/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
plugins
/
wordfence
/
lib
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/wordfence/lib
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/plugins/wordfence/lib/wfScanFileListItem.php
<?php require_once __DIR__ . '/wfScanFile.php'; class wfScanFileListItem extends wfScanFile { private $id; private $next; public function __construct($id, $realPath, $wordpressPath, $next = null) { parent::__construct($realPath, $wordpressPath); $this->id = $id; $this->next = $next; } public function getId() { return $this->id; } public function getNext() { return $this->next; } }
Ukuran: 408 B