Plugin Directory

Changeset 1450719


Ignore:
Timestamp:
07/07/2016 04:12:31 PM (10 years ago)
Author:
sousatg
Message:

Corrected wp-config.php permissions problems

Location:
wp-prefix-changer
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-prefix-changer/trunk/index.php

    r1422739 r1450719  
    106106        fclose( $handle );
    107107       
     108        @chmod( $path, 0644 );
     109       
    108110        echo '<p class="success">' . __('wp-config.php file updated successfully.') . '</p>';
    109111    }
Note: See TracChangeset for help on using the changeset viewer.