/var/www/vhosts/ihelp.ro/ajutam.ro/wp-includes/SimplePie
NameSizeModeActions
library/-0755rm
src/-0755rm
autoloader.php20530644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-includes/SimplePie/autoloader.php (2053B)
path = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'library'; } /** * Autoloader * * @param string $class The name of the class to attempt to load. */ public function autoload($class) { // Only load the class if it starts with "SimplePie" if (strpos($class, 'SimplePie') !== 0) { return; } $filename = $this->path . DIRECTORY_SEPARATOR . str_replace('_', DIRECTORY_SEPARATOR, $class) . '.php'; include $filename; } }