robdrimmie / babynewt

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

logout.php and changecategory.php missing from the codebase #8

Closed finn closed 11 years ago

finn commented 12 years ago

From lines 436, 437, 438 in main.php:

$Header = str_replace('[$LOGOUT$]', "<a href=\"logout.php\">$LoutStr</a>", $Header);
$Comment = str_replace('[$LOGOUT$]', "<a href=\"logout.php\">$LoutStr</a>", $Comment);
$Footer = str_replace('[$LOGOUT$]', "<a href=\"logout.php\">$LoutStr</a>", $Footer);

from line 557:

    $tComment = str_replace('[$CATNAMELINK$]', '<a href="changecategory.php?id=[$COMMENTNUMBER$]" class="[$CATCSSNAME$]CHANGECATEGORYLINK"> [$CATEGORYNAME$]</a>', $tComment);