redeclare in functions.php?
-
found this in error log, any ideas?
[11-Jan-2015 08:20:30 UTC] PHP Fatal error: Cannot redeclare bps_Master_htaccess_folder_bpsbackup_denyall()(previously declared in /wp-content/plugins/bulletproof-security/includes/functions.php:12) in /wp-content/plugins/bulletproof-security/includes/functions.php on line 27
thanks for a great plugin
` if ( current_user_can(‘manage_options’) ) {
if ( !file_exists($denyAllHtaccessCopy) ) {
@copy($denyAllHtaccess, $denyAllHtaccessCopy);
}if ( is_dir($bpsBackup) && !file_exists($bpsBackupHtaccess) ) {
@copy($denyAllHtaccess, $bpsBackupHtaccess);
}
}
}
`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘redeclare in functions.php?’ is closed to new replies.