summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demo/index.php2
1 files changed, 1 insertions, 1 deletions
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 <monte at ohrt dot com>
* @package SmartyTestScripts
*/
-require('./libs/Smarty.class.php');
+require('../libs/Smarty.class.php');
ini_set('short_open_tag','1');
class Person