Added constant definition, and other small edits...

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@5 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-03-29 11:44:07 +00:00
parent 15f66fb6a1
commit 3830a5312e
7 changed files with 53 additions and 18 deletions

View File

@@ -3,7 +3,8 @@
/*
dList v0.7 beta
Copyright © 2006 Jim Myhrberg.
Copyright © 2006 Jim Myhrberg. All rights reserved.
zynode@gmail.com
*/
@@ -33,6 +34,8 @@ $exec->addPath(
$exec->cache();
include($exec->include_file);
print_r($exec->execution_order);
$time->end();
if ($config['debug']) echo "<br />\npage generated in ".$time->time." sec.<br />\n";