Fix require_once format
This commit is contained in:
parent
fa3fa42d96
commit
82b423c5ac
21 changed files with 104 additions and 108 deletions
|
|
@ -3,8 +3,8 @@
|
|||
use Friendica\Core\Config;
|
||||
|
||||
require_once('include/Scrape.php');
|
||||
require_once('include/socgraph.php');
|
||||
require_once('include/datetime.php');
|
||||
require_once 'include/socgraph.php';
|
||||
require_once 'include/datetime.php';
|
||||
|
||||
function gprobe_run(&$argv, &$argc){
|
||||
if ($argc != 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue