/
home
/
sharedstore
/
public_html
/
prestashop.sharedstore.ma
/
modules
/
ps_themecusto
/
controllers
/
/home/sharedstore/public_html/prestashop.sharedstore.ma/modules/ps_themecusto/controllers
mkdir
upload
Name
Size
Mode
Actions
admin/
-
0755
rm
index.php
808
0755
edit
dl
rm
Edit:
/home/sharedstore/public_html/prestashop.sharedstore.ma/modules/ps_themecusto/controllers/index.php
(808B)
<?php /** * 2007-2014 PrestaShop * * 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 http://www.prestashop.com for more information. * * @author PrestaShop SA <contact@prestashop.com> * @copyright 2007-2014 PrestaShop SA * @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use * International Registered Trademark & Property of PrestaShop SA */ header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); header('Cache-Control: no-store, no-cache, must-revalidate'); header('Cache-Control: post-check=0, pre-check=0', false); header('Pragma: no-cache'); header('Location: ../'); exit;
Save
cmd:
run