diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-31 08:24:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-31 08:24:16 +0000 |
commit | f055cf11e09d324739ede0a04cd957e2de438ad1 (patch) | |
tree | d02fff019db0623f014eb7f7be791186a2da577c /modules/about.module | |
parent | 697e5eb49dc29e47333c0805c4ee97de28b7ff76 (diff) | |
download | brdo-f055cf11e09d324739ede0a04cd957e2de438ad1.tar.gz brdo-f055cf11e09d324739ede0a04cd957e2de438ad1.tar.bz2 |
- fixed PHP4.0.4 problem in discussion.php.
- some improvements to account.php and theme.inc.
- updated the documentation (again, again and again)
- added INSTALL file
- removed redundant files
Diffstat (limited to 'modules/about.module')
-rw-r--r-- | modules/about.module | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/about.module b/modules/about.module deleted file mode 100644 index 3b3694866..000000000 --- a/modules/about.module +++ /dev/null @@ -1,9 +0,0 @@ -<? - -$module = array("admin" => "about_admin"); - -function about_admin() { - print "under construction"; -} - -?>
\ No newline at end of file |