<?php
if (is_admin()) {
	@unlink($_s['pages_dir'].'/'.$_v[$_lk['pg']]);
	redirect($_SERVER['PHP_SELF']);
}
?>
