]>
src.bluestatic.org Git - viewsvn.git/blob - index.php
2 /*=====================================================================*\
3 || ################################################################### ||
4 || # ViewSVN [#]version[#]
5 || # --------------------------------------------------------------- # ||
6 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
7 || # This file may not be reproduced in any way without permission. # ||
8 || # --------------------------------------------------------------- # ||
9 || # User License Agreement at http://www.iris-studios.com/license/ # ||
10 || ################################################################### ||
11 \*=====================================================================*/
13 define('PATH_OVERRIDE', 1);
15 $fetchtemplates = array(
20 require_once('./global.php');
22 // ###################################################################
26 foreach ($viewsvn->repos
->fetch_list() AS $repos)
28 $link = $viewsvn->paths
->out('browse.php', $repos . '/');
29 eval('$nodes .= "' . $template->fetch('index_node') . '";');
32 // ###################################################################
34 eval('$template->flush("' . $template->fetch('index') . '");');
36 /*=====================================================================*\
37 || ###################################################################
40 || ###################################################################
41 \*=====================================================================*/