Title |
Missing @ in filefunctions.php |
Description |
Missing @ in line 126 filefunctions.php |
Message Text |
Found that a @ is missing on line 126 filefunctions.php
$filecontents = file_get_contents($url);
shoud be
$filecontents = @file_get_contents($url);
(As it was in earlier versions for example 3.12)
This causes errors in get META description and Dead link checks.
|
Rating |
0/5 based on 0 votes.
|
Ownership |
Dagge |
Views |
592 views. Averaging 0 views per day. |
Similar Topics |
|
Submission Date |
Jun 02, 2005 - 10:34 AM |