mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
File starting with empty line causing timeline to complaine about
headers being sent before session.
This commit is contained in:
parent
3b424a4bdd
commit
6f48cefbb2
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<?php
|
||||
|
||||
if (!empty($_GET['url'])) { // Show twts for some user (Profile view)
|
||||
|
|
@ -72,4 +71,4 @@ if (!empty($_GET['url'])) { // Show twts for some user
|
|||
|
||||
|
||||
<!-- PHP: FOOTER --><?php include_once 'partials/footer.php';?>
|
||||
*/
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue