This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
friendica
kopia lustrzana
https://github.com/friendica/friendica
Obserwuj
1
Polub
0
Forkuj
You've already forked friendica
1
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
36e515ee6d
friendica
/
mod
/
session.php
8 wiersze
65 B
PHP
Czysty
Zwykły widok
Historia
Unescape
Escape
ff account manager
2010-11-11 10:49:28 +00:00
<
?
php
Move App to src - Add `use Friendica\App;` wherever needed
2017-04-30 04:07:00 +00:00
use
Friendica\App
;
Normalize App parameter declaration (mod folder, 3 out of 3)
2017-01-09 12:14:55 +00:00
function
session_content
(
App
$a
)
{
Revert "Updated modules to allow for partial overrides without errors" This reverts commit db949bb802448184bfe5164d8d3dd86ddf51b187.
2016-02-07 14:11:34 +00:00
ff account manager
2010-11-11 10:49:28 +00:00
}