From a01a8a06f28c41b79d8818f8cd26fed0e4c55fa7 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Sun, 14 Jan 2018 21:26:07 -0500 Subject: [PATCH] Remove requires remove requires_once statment --- boot.php | 1 - 1 file changed, 1 deletion(-) 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');