mirror of
https://github.com/friendica/friendica
synced 2024-11-20 09:03:40 +00:00
Remove requires
remove requires_once statment
This commit is contained in:
parent
641ab5e247
commit
a01a8a06f2
1 changed files with 0 additions and 1 deletions
1
boot.php
1
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');
|
||||
|
|
Loading…
Reference in a new issue