JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
commented run.php a little
authorJason Woofenden <jason183@herkamire.com>
Thu, 14 Jun 2007 04:18:32 +0000 (00:18 -0400)
committerJason Woofenden <jason183@herkamire.com>
Thu, 14 Jun 2007 04:18:32 +0000 (00:18 -0400)
run.php

diff --git a/run.php b/run.php
index dac7bc4..c5ae240 100644 (file)
--- a/run.php
+++ b/run.php
@@ -91,6 +91,7 @@ function run_php($basename = false) {
                tem_load($html_file);
        }
 
+       # files can return a basename or URL of a page to be run/displayed
        $other = file_run($php_file);
        if($other) {
                if(strpos($other, ':')) {