diff options
author | friendica <info@friendica.com> | 2013-07-25 16:00:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-25 16:00:04 -0700 |
commit | 3d95fcb7cd37c6bff03f76e20b0d2eeb785616da (patch) | |
tree | 823126978a388cc01c033a9a6743df5bdbfef6a8 /mod/settings.php | |
parent | e45beccd5b7f5f56f3bda9f09e77e4c0f9669fcd (diff) | |
download | volse-hubzilla-3d95fcb7cd37c6bff03f76e20b0d2eeb785616da.tar.gz volse-hubzilla-3d95fcb7cd37c6bff03f76e20b0d2eeb785616da.tar.bz2 volse-hubzilla-3d95fcb7cd37c6bff03f76e20b0d2eeb785616da.zip |
more work on clone sync
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mod/settings.php b/mod/settings.php index 1878fceb6..00ad94d20 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1,7 +1,4 @@ -<?php - -require_once('include/settings.php'); - +<?php /** @file */ function get_theme_config_file($theme){ |