Merge branch 'master' of https://github.com/redmatrix/hubzilla
This commit is contained in:
commit
5dd422e2d8
@ -10,7 +10,9 @@
|
||||
|
||||
include 'boot.php';
|
||||
|
||||
$a = new App();
|
||||
App::init();
|
||||
|
||||
// $a = new App();
|
||||
|
||||
echo "Directory: include\n";
|
||||
$files = glob('include/*.php');
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once('boot.php');
|
||||
App::init();
|
||||
|
||||
$str = <<< EOT
|
||||
error_reporting(E_ERROR | E_WARNING | E_PARSE );
|
||||
|
Reference in New Issue
Block a user