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