Revert untested code; spews PHP notice warnings on every page view: "just sent a http 200 for the check-fancy from install.php"

Notice: Undefined index: p in /Library/WebServer/Documents/mublog/lib/common.php on line 41

This reverts commit 223fee2ad1.
This commit is contained in:
Brion Vibber 2009-11-10 07:57:58 -08:00
parent 333c376c95
commit 486dbe6aef

View File

@ -38,8 +38,6 @@ define('FOREIGN_NOTICE_SEND_REPLY', 4);
define('FOREIGN_FRIEND_SEND', 1);
define('FOREIGN_FRIEND_RECV', 2);
if ( $_REQUEST['p'] == 'check-fancy') { exit; } //exit with 200 response, if this is checking fancy from the installer
define_syslog_variables();
# append our extlib dir as the last-resort place to find libs