From 226280931daef36a2eb942750bc54d0773bd3c37 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 06:04:30 +0000 Subject: [PATCH] Adding enscript paths --- includes/init.php | 1 + includes/paths.php | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/includes/init.php b/includes/init.php index d0f6e39..a9afd6b 100644 --- a/includes/init.php +++ b/includes/init.php @@ -78,6 +78,7 @@ $viewsvn->repos =& new Repository($repository, $iscontainer); // path manager require_once('./includes/paths.php'); $viewsvn->path = $webpath; +$viewsvn->enscript = $enscript; $viewsvn->paths =& new Paths($pathtype); // ################################################################### diff --git a/includes/paths.php b/includes/paths.php index cab4561..7ff7795 100644 --- a/includes/paths.php +++ b/includes/paths.php @@ -41,6 +41,12 @@ class Paths */ var $type; + /** + * Path to Enscript binary + * @var string + */ + var $enscript = ''; + /** * Constructor: determine the type of linking to use * -- 2.22.5