Просмотр файла includes/wap/builder/page_delete.php
<?php if (($editfile=='index')&&($currentdir=='./')) { print $head.$meta_nostore.cyr2utf('<card id="main" title="Удалить"><p>'. '<b>Нельзя удалить файл index.wml корневой папки!</b><br/>'. '<a href="http://wap.kmx.ru/?'.$id.'/pm'.$dmpage.$mpage.'/'.$editfile.'">Назад</a><br/>'. '</p></card></wml>'); exit; } @unlink($userpath.$currentdir.$editfile.'.wml'); $editfile=$action=$query1=$query2=''; include($buildpath.'page.php'); exit; ?>