From 74fac1cb550d6a337c67cabdcfae4ad26e34f422 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 14 Jun 2007 00:18:32 -0400 Subject: [PATCH] commented run.php a little --- run.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run.php b/run.php index dac7bc4..c5ae240 100644 --- 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, ':')) { -- 1.7.10.4