]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/index.php
bacula-web: Changed filename for classes.inc to classes.inc.php
[bacula/bacula] / gui / bacula-web / index.php
index 3b086eddb2230d7889b489206aac9319239376d7..7f36f826c3653c7ede8fff3975f456e9396b7632 100644 (file)
@@ -17,9 +17,9 @@
 session_start();
 require ("paths.php");
 require($smarty_path."Smarty.class.php");
-include "classes.inc";
+include "classes.inc.php";
 
-$smarty = new Smarty;     
+$smarty = new Smarty();     
 $dbSql = new Bweb();
 
 require("lang.php");