Skip to content

Commit

Permalink
Remove reference to classes/cache.php because classes/cache-port.php …
Browse files Browse the repository at this point in the history
…will include that for us.
  • Loading branch information
dlangille committed Oct 14, 2017
1 parent 7c4e4ce commit 8b4c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewrite/missing-port.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
require_once($_SERVER['DOCUMENT_ROOT'] . '/../include/htmlify.php');
require_once($_SERVER['DOCUMENT_ROOT'] . '/../classes/ports_updating.php');
require_once($_SERVER['DOCUMENT_ROOT'] . '/../include/watch-lists.php');
require_once($_SERVER['DOCUMENT_ROOT'] . '/../classes/cache.php');
# require_once($_SERVER['DOCUMENT_ROOT'] . '/../classes/cache.php');
require_once($_SERVER['DOCUMENT_ROOT'] . '/../classes/cache-port.php');

#
Expand Down

0 comments on commit 8b4c99c

Please sign in to comment.