robdrimmie / babynewt

Simple, unthreaded forum software written in PHP with a MySQL database.
MIT License
8 stars 1 forks source link

PHP files missing from codebase? #6

Open finn opened 12 years ago

finn commented 12 years ago

I found references to:

on line 242 of custom.php:

<a href="/">Main</a> | <a href="Statistics.php">Re-Select</a> | <a href="UserInfo.php">Users</a> | <a href="oddball.php">Random Statistics</a>

Should these files be in the codebase? Or should the references be removed?

robdrimmie commented 12 years ago

The reference in custom.php is incorrect. These files exist in the stats subdirectory (well, now that I've correctly copied them over (well, once this is committed and pushed))

robdrimmie commented 12 years ago

custom should probably be in the stats folder too, that's why the references are wrong.