Project

General

Profile

« Previous | Next » 

Revision 7907

web/vegpath/index.php: add_ref(): redirect: Don't display "Loading" as the page itself is not shown to the user when using a Location: header

View differences:

index.php
29 29
	{
30 30
		header("Location: ".strip_url($url_func($path->tail)));
31 31
		ob_end_flush();
32
		print('<h4 class="progress">Loading '.$name."...</h4>\n");
33 32
		exit;
34 33
	}
35 34
}

Also available in: Unified diff