aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-12 17:40:23 -0800
committerFriendika <info@friendika.com>2010-12-12 17:40:23 -0800
commit1cffecd1bed6856dd40eddd8b0e6cd870d287762 (patch)
treefa23d740d4220b2343a3b5f722c0f72c7501e713 /index.php
parent0e39f60c041f8d614f8eb3c12c901b92ac08222f (diff)
downloadvolse-hubzilla-1cffecd1bed6856dd40eddd8b0e6cd870d287762.tar.gz
volse-hubzilla-1cffecd1bed6856dd40eddd8b0e6cd870d287762.tar.bz2
volse-hubzilla-1cffecd1bed6856dd40eddd8b0e6cd870d287762.zip
footer is serving no useful purpose.
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.php b/index.php
index f2c43a8b3..e91603a30 100644
--- a/index.php
+++ b/index.php
@@ -120,6 +120,9 @@ else
* "module"_afterpost
* "module"_content - the string return of this function contains our page body
*
+ * Modules which emit other serialisations besides HTML (XML,JSON, etc.) should do
+ * so within the module init and/or post functions and then invoke killme() to terminate
+ * further processing.
*/
if(strlen($a->module)) {
@@ -193,7 +196,7 @@ $a->page['content'] .= '<div id="pause"></div>';
*/
if($a->module != 'install')
- require_once("nav.php");
+ require_once('nav.php');
/**
*