Просмотр файла XCMS_ver_1_0/inst_del.php
<?php if(file_exists('install.php') and file_exists('system/config.php')) { unlink('install.php'); header("Location: index.php?good_install"); exit(); } ?>
<?php if(file_exists('install.php') and file_exists('system/config.php')) { unlink('install.php'); header("Location: index.php?good_install"); exit(); } ?>