1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Code cleanup

This commit is contained in:
Cameron
2020-12-18 19:55:12 -08:00
parent 2b8a3cff60
commit 5b82c292b1
80 changed files with 1888 additions and 1731 deletions

View File

@@ -109,7 +109,10 @@ if (empty($rss_type))
}
while (@ob_end_clean());
while (ob_get_length() !== false) // destroy all ouput buffering
{
ob_end_clean();
}
// Returning feeds here
// Conversion table for old urls -------