Skip to content

Commit

Permalink
#385: added update class inclusion on admin/index page
Browse files Browse the repository at this point in the history
  • Loading branch information
YaWK committed Mar 14, 2023
1 parent 2eea5fe commit 374c56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
require_once '../system/classes/controller.php'; // basic controller class
require_once '../system/classes/filemanager.php'; // filemanager class: methods to add, edit, upload and handle files
require_once '../system/classes/sys.php'; // system class: methods and helpers for overall system use
require_once '../system/classes/update.php'; // update class: functions used to update the system
// PREPARE OBJECTS
// database object
if (!isset($db))
Expand Down

0 comments on commit 374c56b

Please sign in to comment.