pasek atencji dodany w php
This commit is contained in:
parent
81e0f55b00
commit
89cb25faa9
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…
Reference in New Issue
Block a user