Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- date_default_timezone_set('Europe/Tiraspol');
- $time = date("d-m-Y_H-i-s");
- if (isset($_POST['xx1'])) {$xx1 = $_POST['xx1'];}
- $ip = $_SERVER['REMOTE_ADDR'];
- $message = "//Данные".
- "\n~xx№: ".$xx№.
- "";
- file_put_contents($_SERVER["DOCUMENT_ROOT"]."/application/inquiry/BugTrack/BUG_DATA_".$time."_USER-IP_".$ip.".ani", $message);
- header('Location: /index.php?do=static&page=accept');
- exit;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement