From 0c046da62739fcfd6cc04e0415ec6ddf1208e6cc Mon Sep 17 00:00:00 2001
From: Denis Walker <dez@sucs.org>
Date: Mon, 26 Nov 2007 16:27:21 +0000
Subject: [PATCH] Constant is called "SMARTY_DIR" not "SMARTY_PATH"

---
 htdocs/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.php b/htdocs/index.php
index 140696e..304aad4 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -28,7 +28,7 @@ require("../lib/error.php");
 
 
 // Include the Smarty templating engine
-require(SMARTY_PATH."Smarty.class.php");
+require(SMARTY_DIR."Smarty.class.php");
 $smarty = new Smarty;
 $smarty->template_dir = SUCS_BASEDIR."templates";
 $smarty->compile_dir = SUCS_BASEDIR."templates_c";
-- 
GitLab