Quote:
Originally posted by Erwin
To make it so that the link
http://www.your-forums.com/forums/tetris.php
works without using the ?action=play variable...
In tetris.php:
Find:
PHP Code:
if (!$action) {
show_nopermission();
}
Replace with:
PHP Code:
if (!$action) {
$action="play";
}
|
Good point, I'll add that into the main file
I'm adding other things tho, don't beat me to it! (by the way, is it me or have you only had 2 hours sleep?!)