| Server IP : 217.160.0.15 / Your IP : 216.73.216.30 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/oneclick/Prestashop/1.6.1.4/5/scripts/ |
Upload File : |
<?php
system("rm -rf $web_dir/cache");
system("cp -rf $package/cache $web_dir");
system("mv $web_dir/admin $web_dir/backoffice");
Prestashop::disableHtaccess();
system("php5.5-cli -q $web_dir/install/upgrade/upgrade.php");
Prestashop::activateHtaccess();
system("rm -rf $web_dir/install");