forked from leftypol/leftypol
fixed to english
This commit is contained in:
parent
94e472438c
commit
260415fb5f
7 changed files with 25 additions and 27 deletions
10
attentionbar.php
Normal file
10
attentionbar.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
require_once 'inc/functions.php';
|
||||
checkBan();
|
||||
if(@strlen($_POST["text"])>0) {
|
||||
file_put_contents("attentionbar.txt",$_POST["text"]);
|
||||
if(strlen($_SERVER['HTTP_REFERER'])>0) { header('Location: ' . $_SERVER['HTTP_REFERER']); }
|
||||
else { header('Location: /'); }
|
||||
} else print(file_get_contents("attentionbar.txt"));
|
||||
return;
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue