Animarr/web/dopoll.php

9 lines
107 B
PHP
Executable file

<?php
include "common.php";
file_put_contents("dopoll.flag", "");
header("Location: index.php");
die();