mirror of
https://github.com/friendica/friendica
synced 2025-05-01 23:04:24 +02:00
Add license info at Friendica PHP files
This commit is contained in:
parent
85dc9bb96b
commit
7d714319c8
39 changed files with 732 additions and 92 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
/**
|
||||
* ejabberd extauth script for the integration with friendica
|
||||
*
|
||||
* Originally written for joomla by Dalibor Karlovic <dado@krizevci.info>
|
||||
|
|
|
@ -24,7 +24,7 @@ namespace Friendica\Util;
|
|||
/**
|
||||
* Util class for filesystem manipulation
|
||||
*/
|
||||
final class FileSystem
|
||||
class FileSystem
|
||||
{
|
||||
/**
|
||||
* @var string a error message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue