X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwt.php;h=b4b821e20db5a99da85cc0e66c6c76e5a2bc624b;hb=6be2bf0ba344177f0d1e57d9135bcb97579c54a3;hp=0837b35225b2d9b34261364a37dbe2ac09af3ce5;hpb=856f805c6cbb6e712c662214f3b5821442f808a0;p=wfpl.git diff --git a/dwt.php b/dwt.php index 0837b35..b4b821e 100644 --- a/dwt.php +++ b/dwt.php @@ -1,21 +1,11 @@ . - -require_once('code/wfpl/file.php'); +# This program is in the public domain within the United States. Additionally, +# we waive copyright and related rights in the work worldwide through the CC0 +# 1.0 Universal public domain dedication, which can be found at +# http://creativecommons.org/publicdomain/zero/1.0/ + +require_once(__DIR__.'/'.'file.php'); function dwt_reset() { $GLOBALS['_dwt_keys'] = array(''); @@ -113,5 +103,3 @@ function dwt_output($filename = null) { } print(str_replace($GLOBALS['_dwt_keys'], $GLOBALS['_dwt_values'], $GLOBALS['_dwt_template'])); } - -?>