* @link http://des-digital01.dmreg.com/trac/maddwiki.db * @version 1.0 * @license * @copyright 2009 The Des Moines Register * * $Id: index.php 4 2009-07-06 15:03:51Z mheeren $ */ /*** DO NOT REMOVE THIS LINE ***/ require("includes/app.config.php"); /*** START FILE CONTENTS HERE ***/ require DMR_APP_LIB_PATH."/class.urlcontainer.php"; $objURLContainer = new URLContainer(); if(!$objURLContainer->goToLongURL()){ //show error page echo "shortcut not found"; } ?>