diff options
Diffstat (limited to 'include/main.php')
-rw-r--r-- | include/main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/main.php b/include/main.php index 8134307..e54f6f9 100644 --- a/include/main.php +++ b/include/main.php @@ -38,7 +38,8 @@ define('RPMPHP_VERSION', '1.0.0-dev'); require 'config.php'; if (!defined('CLIONLY')) { - include 'Smarty2/Smarty.class.php'; + //ACTHUNG: Smarty3! + include 'Smarty/Smarty.class.php'; $smarty = new Smarty(); |