mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-18 23:46:39 +00:00
added copyrights to comments
git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@3 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
@@ -4,7 +4,7 @@ $config = array(
|
||||
|
||||
// Main settings
|
||||
|
||||
'url' => '/dlist2/',
|
||||
'url' => '/dlist/',
|
||||
'index_files' => array('index', 'default', 'main'),
|
||||
'debug' => false,
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Copyright © 2006 Jim Myhrberg.
|
||||
zynode@gmail.com
|
||||
|
||||
*/
|
||||
|
||||
// process requested path
|
||||
if ( stristr($_SERVER['REQUEST_URI'], '?') !== false ) {
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
//
|
||||
// render
|
||||
//
|
||||
// Created by Jim Myhrberg on 21-Mar-2006.
|
||||
// Copyright (c) zynode.info. All rights reserved.
|
||||
// Created on 21-Mar-2006.
|
||||
// Copyright © Jim Myhrberg. All rights reserved.
|
||||
//
|
||||
|
||||
//_HEAD;
|
||||
|
||||
Reference in New Issue
Block a user