From 552f03122c9ec066f5728fc4629d155937fd3620 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 22 Apr 2013 20:02:21 -0700 Subject: db abstraction layer --- util/typo.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util/typo.php') diff --git a/util/typo.php b/util/typo.php index fac60e8ec..427b97efa 100644 --- a/util/typo.php +++ b/util/typo.php @@ -19,6 +19,13 @@ include_once($file); } + echo "Directory: include/dba\n"; + $files = glob('include/dba/*.php'); + foreach($files as $file) { + echo $file . "\n"; + include_once($file); + } + echo "Directory: mod\n"; $files = glob('mod/*.php'); foreach($files as $file) { -- cgit v1.2.3