1
0
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:
asiekierka 2012-12-23 18:17:38 +01:00
parent 1199bc7154
commit d5ed800d36
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 ) * -