Just add it at the end of: download-monitor/includes/download-functions.php
add_filter( 'dlm_access_denied_redirect', 'my_access_denied_redirect' );
function my_access_denied_redirect() {
return "http://YourURL.com";
}
Just add it at the end of: download-monitor/includes/download-functions.php
add_filter( 'dlm_access_denied_redirect', 'my_access_denied_redirect' );
function my_access_denied_redirect() {
return "http://YourURL.com";
}
but why, when i see this sections, focus change to another section?
sorry… in the code please delete this part:
// for me
because this is a comment line and next to this comment is the database connect.
$db=mysqli_connect('localhost','username','passworp','name_of_databse');