diff options
author | friendica <info@friendica.com> | 2012-12-19 19:51:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-19 19:51:52 -0800 |
commit | ad20e1f617c7e26585153b587eb9a85fc958794b (patch) | |
tree | 34dea42657f13affc9721a443f2582662f1080f9 /include/directory.php | |
parent | 2f48c31082179d8ff29952e8fe983c99ab0ff5f3 (diff) | |
download | volse-hubzilla-ad20e1f617c7e26585153b587eb9a85fc958794b.tar.gz volse-hubzilla-ad20e1f617c7e26585153b587eb9a85fc958794b.tar.bz2 volse-hubzilla-ad20e1f617c7e26585153b587eb9a85fc958794b.zip |
directory page still needs a lot of work, look up locally if local master or standalone, need to put some basic profile info in discovery page and direct to local directory master
Diffstat (limited to 'include/directory.php')
-rw-r--r-- | include/directory.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/directory.php b/include/directory.php index 5b5698768..0378e2003 100644 --- a/include/directory.php +++ b/include/directory.php @@ -2,10 +2,8 @@ require_once('boot.php'); require_once('include/zot.php'); require_once('include/cli_startup.php'); +require_once('include/dir_fns.php'); -function find_upstream_directory($dirmode) { - return; -} function directory_run($argv, $argc){ |