<?php 

/*
 * 
 * Short URL to long URL translator. Uses the automatically generated
 * ol_text component of the short URL.
 * 
 */

include_once ('usession_rt.php');
include_once ('user_short_url.inc.php');

//echo "dfg";
$u_surl = new UserShortURL();

$u_surl->run();


?>