Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $configdata='<?php
  2. $boardname='.$variavel.';
  3. ?>';
  4. $file1 = fopen('board_config.php', 'w');
  5. fwrite($file1,
  6. ''.$configdata.'');
  7. fclose($file1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement