1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Clock-menu removed from code. Extra logTime entries added. Debug performance highlighting tweaks.

This commit is contained in:
Cameron
2021-01-25 07:57:24 -08:00
parent 11de1fc0f4
commit c045f2874c
6 changed files with 536 additions and 12 deletions

View File

@@ -93,7 +93,10 @@ function custom_shortcode($parm)
case 'clock':
$clock_flat = true;
include_once(e_PLUGIN.'clock_menu/clock_menu.php');
if(is_dir(e_PLUGIN.'clock_menu'))
{
include_once(e_PLUGIN.'clock_menu/clock_menu.php');
}
return '';
break;