|
From: Bart v. B. <ba...@us...> - 2001-12-15 16:40:05
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv4023 Modified Files: page_header.php Log Message: PHP_SELF is a BadThing(tm) Index: page_header.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/page_header.php,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -r1.79 -r1.80 *** page_header.php 2001/12/15 01:55:43 1.79 --- page_header.php 2001/12/15 16:40:02 1.80 *************** *** 249,253 **** "PRIVMSG_IMG" => $icon_pm, - "PHP_SELF" => $PHP_SELF, "REQUEST_URI" => $REQUEST_URI, --- 249,252 ---- |