]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert untested code; spews PHP notice warnings on every page view: "just sent a...
authorBrion Vibber <brion@pobox.com>
Tue, 10 Nov 2009 15:57:58 +0000 (07:57 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 10 Nov 2009 15:57:58 +0000 (07:57 -0800)
Notice: Undefined index: p in /Library/WebServer/Documents/mublog/lib/common.php on line 41

This reverts commit 223fee2ad1430e827830265c9fe97f4d025bb060.

lib/common.php

index c473d9cdbf05e00ea9f9449db11e652456e9b523..6aac468075f301dd3fce0702b80b3b70b5553d49 100644 (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