From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../wp-content/plugins/akismet/views/config.php | 242 --------------------- 1 file changed, 242 deletions(-) delete mode 100644 srcs/wordpress/wp-content/plugins/akismet/views/config.php (limited to 'srcs/wordpress/wp-content/plugins/akismet/views/config.php') diff --git a/srcs/wordpress/wp-content/plugins/akismet/views/config.php b/srcs/wordpress/wp-content/plugins/akismet/views/config.php deleted file mode 100644 index 6bbcd6d..0000000 --- a/srcs/wordpress/wp-content/plugins/akismet/views/config.php +++ /dev/null @@ -1,242 +0,0 @@ -
-
-
-
- -
-
-
-
- - - - - - - - - spam > 0 ) : ?> -
-
-
- -
-
- - - -
-
- -
- -
    -
  • -

    - spam );?> - spam, 'akismet' ) ); ?> -
  • -
  • -

    - spam );?> - spam, 'akismet' ) ); ?> -
  • -
  • -

    - accuracy ); ?>% - missed_spam, 'akismet' ), number_format( $stat_totals['all']->missed_spam ) ); ?> - | - false_positives, 'akismet' ), number_format( $stat_totals['all']->false_positives ) ); ?> -
  • -
-
-
- - - -
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-

- -

-
-

- -

-
-
-

-

-
- - spam folder older than 1 day is deleted automatically.', - 'Spam in the spam folder older than %2$d days is deleted automatically.', - $delete_interval, - 'akismet' - ), - admin_url( 'edit-comments.php?comment_status=spam' ), - $delete_interval - ); - - ?> -
-
-

-

-
- -
-
- -
- -
- - -
- - -
-
-
-
-
-
- - -
-
-
- -
-
- -
- - - - - - - - - - - next_billing_date ) : ?> - - - - - - -
- -

account_name ); ?>

-
- -

status ) : - esc_html_e( 'Cancelled', 'akismet' ); - elseif ( 'suspended' == $akismet_user->status ) : - esc_html_e( 'Suspended', 'akismet' ); - elseif ( 'missing' == $akismet_user->status ) : - esc_html_e( 'Missing', 'akismet' ); - elseif ( 'no-sub' == $akismet_user->status ) : - esc_html_e( 'No Subscription Found', 'akismet' ); - else : - esc_html_e( 'Active', 'akismet' ); - endif; ?>

-
- -

next_billing_date ); ?>

-
-
-
- ( $akismet_user->account_type == 'free-api-key' && $akismet_user->status == 'active' ? __( 'Upgrade' , 'akismet') : __( 'Change' , 'akismet') ), 'redirect' => 'upgrade' ) ); ?> -
-
-
-
-
- - -
-
-- cgit