Quantcast
Channel: WordPress.org Forums » [All-In-One Security (AIOS) – Security and Firewall] Unresolved Topics
Viewing all articles
Browse latest Browse all 274

wp-security-general-init-tasks.php line 638

$
0
0

Replies: 1

My error logs kept warning about this line

$request_path = $request_uri['path'];

So I’ve replaced it with

$request_path = isset($request_uri['path']) ? $request_uri['path'] : '';

Might worth check it out.

Cheers


Viewing all articles
Browse latest Browse all 274

Trending Articles