diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/ws_checker.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/ws_checker.php b/admin/ws_checker.php index a52bf5e9b..411b3cad9 100644 --- a/admin/ws_checker.php +++ b/admin/ws_checker.php @@ -349,4 +349,6 @@ foreach ($conf['ws_durations'] as $value) { //----------------------------------------------------------- sending html code $template->assign_var_from_handle('ADMIN_CONTENT', 'ws_checker'); + +include_once(PHPWG_ROOT_PATH.'include/ws_core.inc.php'); ?> |