From: Jason Woofenden Date: Thu, 21 Dec 2006 04:46:56 +0000 (-0500) Subject: renamed basics.php to misc.php X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=33991182df707af9558bc761bf2f58d1f3f950ef renamed basics.php to misc.php --- diff --git a/basics.php b/basics.php deleted file mode 100644 index 4e1da44..0000000 --- a/basics.php +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/misc.php b/misc.php new file mode 100644 index 0000000..4e1da44 --- /dev/null +++ b/misc.php @@ -0,0 +1,28 @@ + diff --git a/template.php b/template.php index 9808526..862f7a6 100644 --- a/template.php +++ b/template.php @@ -37,7 +37,7 @@ # them is run require_once('code/wfpl/encode.php'); -require_once('code/wfpl/basics.php'); +require_once('code/wfpl/misc.php'); # to get read_whole_file() class tem { var $keyval; # an array containing key/value pairs