Plugin Directory

Changeset 2639166

Timestamp:
12/03/2021 03:24:37 PM (3 years ago)
Author:
s4gor
Message:

initial push with fixed version

Location:
htaccess-editor-wp
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • htaccess-editor-wp/tags/1.0/htaccess-editor-wp.php

    r2613164 r2639166  
    33/*
    44Plugin Name: Htaccess Editor WP
    5 Plugin URI: https://wordpress.org/plugins/htaccess-editor-wp
     5Plugin URI: https://wp
    66Description: A simple plugin to edit htaccess file safely.
    77Version: 1.0
     
    6161
    6262        public function hewp_footer_notice(){
    63             echo '<span id="footer-thankyou">Thank you for using <a href="https://wordpress.org/plugins/htaccess-editor-wp">.htaccess editor WP</a>. <a href="https://www.paypal.com/donate?hosted_button_id=LV33MVDQUBSYY" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a></span>';
     63            echo '<span id="footer-thankyou">Thank you for using <a href="">.htaccess editor WP</a>. <a href="https://www.paypal.com/donate?hosted_button_id=LV33MVDQUBSYY" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a></span>';
    6464        }
    6565
  • htaccess-editor-wp/tags/1.0/readme.txt

    r2613166 r2639166  
    1 === .htaccess editor WP ===
     1=== WP ===
    22Contributors: s4gor
    33Tags: .htaccess, htaccess, htaccess editor, htaccess editor wordpress, phpinfo, server configuration
     
    1010Donate link: https://www.paypal.com/donate?hosted_button_id=LV33MVDQUBSYY
    1111
    12 A very simple plugin to edit .htaccess file safely with backup system
     12A very simple plugin to edit .htaccess file safely
    1313
    1414== Description ==
  • htaccess-editor-wp/tags/1.0/views/view.php

    r2613164 r2639166  
    3636    } elseif(isset($_POST['save'])) {
    3737
    38         $custom_htaccess = stripslashes($_POST['htaccess-file']);
     38        $custom_htaccess = s);
    3939        $htaccess = file_get_contents("$root_dir/.htaccess");
    4040        $backup = fopen("$root_dir/.htaccess.bak", 'wb');
  • htaccess-editor-wp/trunk/htaccess-editor-wp.php

    r2613164 r2639166  
    33/*
    44Plugin Name: Htaccess Editor WP
    5 Plugin URI: https://wordpress.org/plugins/htaccess-editor-wp
     5Plugin URI: https://wp
    66Description: A simple plugin to edit htaccess file safely.
    77Version: 1.0
     
    6161
    6262        public function hewp_footer_notice(){
    63             echo '<span id="footer-thankyou">Thank you for using <a href="https://wordpress.org/plugins/htaccess-editor-wp">.htaccess editor WP</a>. <a href="https://www.paypal.com/donate?hosted_button_id=LV33MVDQUBSYY" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a></span>';
     63            echo '<span id="footer-thankyou">Thank you for using <a href="">.htaccess editor WP</a>. <a href="https://www.paypal.com/donate?hosted_button_id=LV33MVDQUBSYY" target="_blank">Buy Me a Coffee <span style="color: red">&#x2764;</span></a></span>';
    6464        }
    6565
  • htaccess-editor-wp/trunk/readme.txt

    r2613166 r2639166  
    1 === .htaccess editor WP ===
     1=== WP ===
    22Contributors: s4gor
    33Tags: .htaccess, htaccess, htaccess editor, htaccess editor wordpress, phpinfo, server configuration
     
    1010Donate link: https://www.paypal.com/donate?hosted_button_id=LV33MVDQUBSYY
    1111
    12 A very simple plugin to edit .htaccess file safely with backup system
     12A very simple plugin to edit .htaccess file safely
    1313
    1414== Description ==
  • htaccess-editor-wp/trunk/views/view.php

    r2613164 r2639166  
    3636    } elseif(isset($_POST['save'])) {
    3737
    38         $custom_htaccess = stripslashes($_POST['htaccess-file']);
     38        $custom_htaccess = s);
    3939        $htaccess = file_get_contents("$root_dir/.htaccess");
    4040        $backup = fopen("$root_dir/.htaccess.bak", 'wb');
Note: See TracChangeset for help on using the changeset viewer.