diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-10 07:57:58 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-10 07:57:58 -0800 |
commit | 486dbe6aef380a9057c5ac609cd1c6086a5e34fc (patch) | |
tree | d9e992aaed073ab2cc267606bd85279714abcb40 /lib | |
parent | 333c376c955fd2513ea168d712223f033db73356 (diff) |
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 223fee2ad1430e827830265c9fe97f4d025bb060.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php index c473d9cdb..6aac46807 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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 |