Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include( "sdk/mta_sdk.php" );
- $input = mta::getInput();
- $log = $input[0];
- $dat = file_get_contents('adminlog.txt');
- $toadd = "$log\n"; // This is what to add to the beginning of the file
- file_put_contents('adminlog.txt', $toadd . $dat);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment