aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-08 01:58:26 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-08 01:58:26 -0700
commitc9d8211ae73332b6c4e91d82ba06275b92d7523a (patch)
tree8a3a35745be170d37bcb65613c585d96865749de /index.php
parent5933f13ab72337554d5fa23a064a3f61f3dee5e4 (diff)
downloadvolse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.gz
volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.bz2
volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.zip
photo editing
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index a30c69d37..e27d6f04f 100644
--- a/index.php
+++ b/index.php
@@ -43,8 +43,8 @@ if(strlen($a->module)) {
// invoke module functions
// Important: Modules normally do not emit content, unless you need it for debugging.
// The module_init, module_post, and module_afterpost functions process URL parameters and POST processing.
-// The module_content function returns content text to this function where it is included on the page.
-// Modules emitting XML/Atom, etc. should do so in the _init function and promptly exit.
+// The module_content function returns content text to this file where it is included on the page.
+// Modules emitting XML/Atom, etc. should do so idirectly and promptly exit before the HTML page can be rendered.
// "Most" HTML resides in the view directory as text templates with macro substitution.
// They look like HTML with PHP variables but only a couple pass through the PHP processor - those with .php extensions.
// The macro substitution is defined per page for the .tpl files.