diff options
author | Friendika <info@friendika.com> | 2011-03-01 16:24:22 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-01 16:24:22 -0800 |
commit | 5ff1462e1e98e97f623022c23deea0147c62327b (patch) | |
tree | 99f55035e9a3646e016a5f6239dd7245020284bb /index.php | |
parent | 2d4b3bee609e2d5aa9a421e6e9e9283b49f225db (diff) | |
download | volse-hubzilla-5ff1462e1e98e97f623022c23deea0147c62327b.tar.gz volse-hubzilla-5ff1462e1e98e97f623022c23deea0147c62327b.tar.bz2 volse-hubzilla-5ff1462e1e98e97f623022c23deea0147c62327b.zip |
install issue (memory exhausted) due to incorrect db open check
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <?php - +error_reporting(E_ERROR | E_WARNING | E_PARSE); /** * * Friendika |