X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwt.php;h=b4b821e20db5a99da85cc0e66c6c76e5a2bc624b;hb=6be2bf0ba344177f0d1e57d9135bcb97579c54a3;hp=9bdc5c6c8b3ec36b0c799949e586f9669cec24c7;hpb=571c58fff7b139f590b5c4862761092bc1045436;p=wfpl.git diff --git a/dwt.php b/dwt.php index 9bdc5c6..b4b821e 100644 --- a/dwt.php +++ b/dwt.php @@ -1,21 +1,11 @@ . - -require_once(__DIR__ . '/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'])); } - -?>