File Manager Lite
Dir:
/home/u540325668/domains/sostabazar.in/public_html/websites/store
Upload
[..]
.htaccess (1.49 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
application_backups/
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.97 KB)
Edit
Rename
Del
docs/
Rename
Del
download/
Rename
Del
error500.html (2.45 KB)
Edit
Rename
Del
img/
Rename
Del
index.php (1.14 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
prod/
Rename
Del
robots.txt (2.36 KB)
Edit
Rename
Del
src/
Rename
Del
templates/
Rename
Del
themes/
Rename
Del
tools/
Rename
Del
translations/
Rename
Del
upload/
Rename
Del
var/
Rename
Del
vendor/
Rename
Del
webservice/
Rename
Del
wqkcwsdjjmhkrtkk/
Rename
Del
Edit: init.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) */ if (isset(Context::getContext()->controller)) { $controller = Context::getContext()->controller; } else { $controller = new FrontController(); $controller->init(); }
Simpan