From 9437cc7e529f10bf4037096e3e5ac573200a7858 Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 26 Mar 2006 19:00:31 +0000 Subject: [PATCH] added copyrights to comments git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@3 a5845835-ea0f-0410-a762-dd0bfe9bfde8 --- config.php | 2 +- resources/init.php | 6 ++++++ templates/simple/render.exc.php | 4 ++-- view.php | 7 +++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 1208fb4..850fe33 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ $config = array( // Main settings - 'url' => '/dlist2/', + 'url' => '/dlist/', 'index_files' => array('index', 'default', 'main'), 'debug' => false, diff --git a/resources/init.php b/resources/init.php index c0bc42a..3a4f3bc 100644 --- a/resources/init.php +++ b/resources/init.php @@ -1,5 +1,11 @@