aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubsites.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 09:30:57 +0000
committerMario <mario@mariovavti.com>2021-05-27 09:30:57 +0000
commit37558e24f8ca8eb4b74037e5ce245d3343fb5a52 (patch)
treedf25bc2f84b34d84bb516fc23bf5439f9c1d7b89 /Zotlabs/Module/Pubsites.php
parent67cf9f6caf225f64d31dda838ecbd3f22d9feba9 (diff)
downloadvolse-hubzilla-37558e24f8ca8eb4b74037e5ce245d3343fb5a52.tar.gz
volse-hubzilla-37558e24f8ca8eb4b74037e5ce245d3343fb5a52.tar.bz2
volse-hubzilla-37558e24f8ca8eb4b74037e5ce245d3343fb5a52.zip
remove dir_fns includes
Diffstat (limited to 'Zotlabs/Module/Pubsites.php')
-rw-r--r--Zotlabs/Module/Pubsites.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubsites.php b/Zotlabs/Module/Pubsites.php
index 4b64d9af6..fd5aeaa72 100644
--- a/Zotlabs/Module/Pubsites.php
+++ b/Zotlabs/Module/Pubsites.php
@@ -6,7 +6,6 @@ use Zotlabs\Lib\Libzotdir;
class Pubsites extends \Zotlabs\Web\Controller {
function get() {
- require_once('include/dir_fns.php');
$dirmode = intval(get_config('system','directory_mode'));
if(($dirmode == DIRECTORY_MODE_PRIMARY) || ($dirmode == DIRECTORY_MODE_STANDALONE)) {