X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommon.php;h=4592fd15a59c266f704927b43402b90b7c217a05;hb=046d070ad46bb58096664dabb6f7c13a062d847d;hp=ca02a3e7fbc8f7854b570f059bc19abca950198a;hpb=c97048d01bea468e0cf8865b60c3c250b4515c39;p=quix0rs-gnu-social.git diff --git a/lib/common.php b/lib/common.php index ca02a3e7fb..4592fd15a5 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,10 +19,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } -// @fixme shouldn't this be in index.php instead? -//exit with 200 response, if this is checking fancy from the installer -if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') { exit; } - // All the fun stuff to actually initialize StatusNet's framework code, // without loading up a site configuration. require_once INSTALLDIR . '/lib/framework.php';