aboutsummaryrefslogtreecommitdiff
path: root/actions/addtag.php
blob: 34d28606148501f25908273c8d426be04be481b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
	/**
	 * Tidypics Add Tag
	 * 
	 */

	// Make sure we're logged in (send us to the front page if not)
	if (!isloggedin()) forward();

	forward($_SERVER['HTTP_REFERER']);

?>