diff options
| author | monte.ohrt <monte.ohrt@localhost> | 2009-03-22 16:13:14 +0000 |
|---|---|---|
| committer | monte.ohrt <monte.ohrt@localhost> | 2009-03-22 16:13:14 +0000 |
| commit | 73f0eae241ada628a0a5a7686dd1f5a37cc531b7 (patch) | |
| tree | ddf9374ef4cadac9390fa9f7503b4a37293615a9 /demo | |
| parent | dcaa96a9f804ecb75d5d8e0138482c1cdf8d5c0f (diff) | |
| download | smarty-73f0eae241ada628a0a5a7686dd1f5a37cc531b7.tar.gz smarty-73f0eae241ada628a0a5a7686dd1f5a37cc531b7.tar.bz2 smarty-73f0eae241ada628a0a5a7686dd1f5a37cc531b7.zip | |
fix path
Diffstat (limited to 'demo')
| -rw-r--r-- | demo/index.php | 2 |
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 |
