Ejemplo n.º 1
0
<?php

LPC_Project::setCurrent();
header("Location: ".$_GET['return_to']);
exit;
Ejemplo n.º 2
0
	/**
	* Executed just before logout. Override this.
	*/
	protected function beforeLogout()
	{
		// Unset current project
		LPC_Project::setCurrent();
	}