mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 00:56:42 +01:00
pasek atencji dodany w php
This commit is contained in:
parent
1199bc7154
commit
d5ed800d36
10
atencja.php
Normal file
10
atencja.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
require_once 'inc/functions.php';
|
||||
checkBan(); // Wazne!
|
||||
// Zwroc stare dane atencji
|
||||
print file_get_contents("atencja.txt");
|
||||
// inb4 XSS
|
||||
if(strlen($_POST["atencja"])>0) file_put_contents("atencja.txt",$_POST["atencja"]);
|
||||
if(strlen($_SERVER['HTTP_REFERER'])>0) { header('Location: ' . $_SERVER['HTTP_REFERER']); }
|
||||
else { header('Location: /'); }
|
||||
?>
|
1
atencja.txt
Normal file
1
atencja.txt
Normal file
@ -0,0 +1 @@
|
||||
- * ( Pasek Atencji ) * -
|
Loading…
x
Reference in New Issue
Block a user