]> 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 b85a383e5ed8788fb045923fc7159c6b11a0d1eb..7f36f826c3653c7ede8fff3975f456e9396b7632 100644 (file)
@@ -17,7 +17,7 @@
 session_start();
 require ("paths.php");
 require($smarty_path."Smarty.class.php");
-include "classes.inc";
+include "classes.inc.php";
 
 $smarty = new Smarty();     
 $dbSql = new Bweb();