\n"; echo " \n"; echo " Redirecting...\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "

If you are not automatically redirected, please click here to continue.

\n"; echo " \n"; echo ""; } // Handle project selection if (@$_REQUEST["selectproj"]) { $basedir = dirname($_SERVER["PHP_SELF"]); if ($basedir != "" && $basedir != DIRECTORY_SEPARATOR && $basedir != "\\" && $basedir != "/" ) { $basedir .= "/"; } else { $basedir = "/"; } if ($config->multiViews) { $rep =& $config->findRepository(@$_REQUEST["repname"]); if ($rep == null) { include("$locwebsvnreal/index.php"); exit; } } $url = $config->getURL($rep, "", "dir"); $url = html_entity_decode($url); if ($config->multiViews) { redirect($url); } else { redirect($basedir.$url); } } \n"; echo " \n"; echo " Redirecting...\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "

If you are not automatically redirected, please click here to continue.

\n"; echo " \n"; echo ""; } // Handle project selection if (@$_REQUEST["selectproj"]) { $basedir = dirname($_SERVER["PHP_SELF"]); if ($basedir != "" && $basedir != DIRECTORY_SEPARATOR && $basedir != "\\" && $basedir != "/" ) { $basedir .= "/"; } else { $basedir = "/"; } $url = $config->getURL($rep, "/", "dir"); $url = html_entity_decode($url); if ($config->multiViews) { redirect($url); } else { redirect($basedir.$url); } } WebSVN - websvn - Diff - Rev 3 and 1 - /form.php
  jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [form.php] - Diff between revs 1 and 3

Show entire file Ignore whitespace

Rev 1 Rev 3

Powered by WebSVN 2.2.1