PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
osta
/
opt
/
logo
/
delete
<?php $path = 'logo-options.txt'; if (isset($_POST['logo-options'])) { $fh = fopen($path,"wa+"); $string = $_POST['logo-options']; fwrite($fh,$string); // Write information to the file fclose($fh); // Close the file header('Location: ' . $_SERVER['HTTP_REFERER']); } ?>
[+]
..
[-] logo-options.php
[edit]
[-] logo-options.txt
[edit]