View file XCMS_ver_1_0/inst_del.php

File size: 161B
<?php
if(file_exists('install.php') and file_exists('system/config.php')) {
unlink('install.php');
header("Location: index.php?good_install");
exit();
}
?>