just sent a http 200 for the check-fancy from install.php
This commit is contained in:
parent
3be1205714
commit
223fee2ad1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user