summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-11-10 15:53:07 +1300
committerBrenda Wallace <shiny@cpan.org>2009-11-10 15:53:07 +1300
commit223fee2ad1430e827830265c9fe97f4d025bb060 (patch)
tree207f3c2ad53077e0b928e89050c1a4263b30f5fc /lib
parent3be120571446880cb71a57845204b3213e6df67e (diff)
just sent a http 200 for the check-fancy from install.php
Diffstat (limited to 'lib')
-rw-r--r--lib/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 6aac46807..c473d9cdb 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -38,6 +38,8 @@ 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