Moved the needed include to a better place.
This commit is contained in:
parent
f48f7394e9
commit
65468bf202
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
require_once("include/Scrape.php");
|
||||
|
||||
function update_contact($id) {
|
||||
/*
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
require_once("boot.php");
|
||||
require_once("include/follow.php");
|
||||
require_once("include/Scrape.php");
|
||||
|
||||
function RemoveReply($subject) {
|
||||
while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))
|
||||
|
|
Loading…
Reference in New Issue
Block a user