This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Update util/typo.php to check in to 'object' folder
pull/492/head
Fabrixxm
8 years ago
parent
40f2ec189e
commit
eda96a82d7
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
util/typo.php
+ 7
- 0
util/typo.php
View File
@ -25,6 +25,13 @@
echo
$file
.
"
\n
"
;
include_once
(
$file
);
}
echo
"
Directory: object
\n
"
;
$files
=
glob
(
'object/*.php'
);
foreach
(
$files
as
$file
)
{
echo
$file
.
"
\n
"
;
include_once
(
$file
);
}
echo
"
Directory: addon
\n
"
;
$dirs
=
glob
(
'addon/*'
);
Write
Preview
Loading…
Cancel
Save