summaryrefslogtreecommitdiffstats
path: root/update_db.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_db.php')
-rw-r--r--update_db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_db.php b/update_db.php
index c40f89a..1efac63 100644
--- a/update_db.php
+++ b/update_db.php
@@ -22,6 +22,7 @@ error_reporting(E_ALL);
include_once("config.php"); /* needs to be first in list, since other includes use this */
include_once("./include/db.php"); /* database only */
+include_once("./include/output.php"); /* the rest */
include_once("./include/functions.php"); /* the rest */
/* make sure that user has set all variables in config.php */