Kernel : Linux vmw02p.internet-indee.net 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Tue Nov 16 14:42:35 UTC 2021 x86_64
Disable function : NONE
Safe mode : OFF
Host : firofichi.it | Server ip : 5.196.164.15 | Your ip : 3.139.105.110 | Time @ Server : 19 Oct 2024 05:21:43
MySQL : OFF | MSSQL : OFF | cURL : ON | Oracle : OFF | wget : ON | Perl : ON

/home/webmaster/firofichi/www/vendor/magento/framework/Backup/

HOME about upload exec mass file domain root vuln newfile newfolder kill me

File Path : /home/webmaster/firofichi/www/vendor/magento/framework/Backup/SourceFileInterface.php

<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ /** * Interface for work with archives * * @author Magento Core Team <core@magentocommerce.com> */ namespace Magento\Framework\Backup; interface SourceFileInterface { /** * Check if keep files of backup * * @return bool */ public function keepSourceFile(); /** * Set if keep files of backup * * @param bool $keepSourceFile * @return $this */ public function setKeepSourceFile(bool $keepSourceFile); }