diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-01 10:20:26 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-01 10:20:26 +0200 |
commit | 5dd422e2d84524efaa32bb75125c5804e7944a02 (patch) | |
tree | ffe5da3b7439a2eeb6ac03cf1b4c0ef35cbe8b82 /util/typo.php | |
parent | a564f495a7f10016fd63e63ac31d515e19180727 (diff) | |
parent | 995555f3570063fcae4d76be9f73065b2d8419b9 (diff) | |
download | volse-hubzilla-5dd422e2d84524efaa32bb75125c5804e7944a02.tar.gz volse-hubzilla-5dd422e2d84524efaa32bb75125c5804e7944a02.tar.bz2 volse-hubzilla-5dd422e2d84524efaa32bb75125c5804e7944a02.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'util/typo.php')
-rw-r--r-- | util/typo.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/typo.php b/util/typo.php index 11e51d89c..0f7249f5c 100644 --- a/util/typo.php +++ b/util/typo.php @@ -10,7 +10,9 @@ include 'boot.php'; - $a = new App(); + App::init(); + +// $a = new App(); echo "Directory: include\n"; $files = glob('include/*.php'); |