pasek atencji dodany w php

This commit is contained in:
asiekierka 2012-12-23 18:17:38 +01:00
parent 81e0f55b00
commit 89cb25faa9
2 changed files with 11 additions and 0 deletions

10
atencja.php Normal file
View 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
View File

@ -0,0 +1 @@
- * ( Pasek Atencji ) * -