]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
just sent a http 200 for the check-fancy from install.php
authorBrenda Wallace <shiny@cpan.org>
Tue, 10 Nov 2009 02:53:07 +0000 (15:53 +1300)
committerBrenda Wallace <shiny@cpan.org>
Tue, 10 Nov 2009 02:53:07 +0000 (15:53 +1300)
lib/common.php

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