mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
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:
5
view.php
5
view.php
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user