Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
В index.php удалить строки с 57 по 60И ещё на самом сайте появилась надпись с ссылкой
Как убрать его?
а теперь удалите все из папки compiledудалил теперь вот что появил на сайте
Warning: session_start() [Для просмотра ссылки Войдиили Зарегистрируйся]: Cannot send session cache limiter - headers already sent (output started at W:\html\localhost\www\index.php:1) in W:\html\localhost\www\index.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at W:\html\localhost\www\index.php:1) in W:\html\localhost\www\index.php on line 26
а теперь удалите все из папки compiled
if((!in_array($h, $l->domains) || (strtotime($l->expiration)<time() && $l->expiration!='*')))
{
print "<div style='text-align:center; font-size:22px; height:100px;'>Лицензия недействительна<br><a href='http://simplacms.ru'>Скрипт интернет-магазина Simpla</a></div>";
}
if((!in_array($h, $l->domains) || (strtotime($l->expiration)<time() && $l->expiration!='*')) && $this->request->get('module')!='LicenseAdmin')
header('location: '.$this->config->root_url.'/simpla/index.php?module=LicenseAdmin');
else
{
$l->valid = true;
$this->design->assign('license', $l);
}
$this->design->assign('license', $l);