don't offer install.php on check-fancy requests
this time, E_STRICT compliant
这个提交包含在:
父节点
ab135faa75
当前提交
2147ac510f
@ -19,6 +19,9 @@
|
||||
|
||||
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
|
||||
|
||||
//exit with 200 response, if this is checking fancy from the installer
|
||||
if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') { exit; }
|
||||
|
||||
define('STATUSNET_VERSION', '0.9.0dev');
|
||||
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
|
||||
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户