From: Adam Magness Date: Mon, 15 Jan 2018 02:26:07 +0000 (-0500) Subject: Remove requires X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a01a8a06f28c41b79d8818f8cd26fed0e4c55fa7;p=friendica.git Remove requires remove requires_once statment --- diff --git a/boot.php b/boot.php index 6b6d065ad4..2fe73bc812 100644 --- a/boot.php +++ b/boot.php @@ -37,7 +37,6 @@ require_once 'include/text.php'; require_once 'include/datetime.php'; require_once 'include/pgettext.php'; require_once 'include/nav.php'; -require_once 'include/identity.php'; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Asparagus');