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
remove commented-out check_config()
pull/586/head
Zach Prezkuta
8 years ago
parent
6d77237f06
commit
c32f754b6e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
index.php
+ 0
- 1
index.php
View File
@ -143,7 +143,6 @@ elseif($maintenance)
else
{
proc_run
(
'php'
,
'include/dbupdate.php'
);
check_plugins
(
$a
);
//check_config($a);
}
nav_set_selected
(
'nothing'
);
Write
Preview
Loading…
Cancel
Save