1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
<?php
/**
* $Horde: chora/cvs.php,v 1.180.10.6 2009/01/06 15:22:34 jan Exp $
*
* Copyright 1999-2009 The Horde Project (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
*
* @package Chora
*/
// The functionality in this script has moved to browse.php. This file
// is here solely to make sure that old links don't break. Please
// update your bookmarks.
require './browse.php';
|