From 73f0eae241ada628a0a5a7686dd1f5a37cc531b7 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Sun, 22 Mar 2009 16:13:14 +0000 Subject: [PATCH] fix path --- demo/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.php b/demo/index.php index 2ae64c0a..b3fbd4d3 100644 --- a/demo/index.php +++ b/demo/index.php @@ -4,7 +4,7 @@ * @author Monte Ohrt * @package SmartyTestScripts */ -require('./libs/Smarty.class.php'); +require('../libs/Smarty.class.php'); ini_set('short_open_tag','1'); class Person