HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wptoho/wp-content/plugins/timeline-event-history/includes/admin/admin-scripts.php
<?php 

wp_enqueue_media();
wp_enqueue_script('jquery');

// Backend Style 
// wp_enqueue_style( timeline_wp . '-wp-bs', TIMELINE_WP_ASSETS . 'css/timeline-wp-bs.css');

wp_enqueue_style( timeline_wp . '-fontawesome', TIMELINE_WP_ASSETS . 'css/fontawesome/css/fontawesome.min.css');


wp_enqueue_style( timeline_wp . '-sidebarpanel-css', TIMELINE_WP_ASSETS . 'css/sidebarpanel.css');
wp_enqueue_style( timeline_wp . '-main-backend',TIMELINE_WP_ASSETS . 'css/backend-main.css');
wp_enqueue_script( timeline_wp . '-bootstrap-js-backend', TIMELINE_WP_ASSETS . 'js/bootstrap.min.js', array(), '', true );		


//color-picker css n js
wp_enqueue_style('wp-color-picker');
wp_enqueue_script(timeline_wp . '-color-pic',TIMELINE_WP_ASSETS . 'js/color-picker.js', array('wp-color-picker'), false ,true);

wp_enqueue_style( timeline_wp . '-jquery-ui', TIMELINE_WP_ASSETS . '/css/jquery-ui.css');
// wp_enqueue_style( timeline_wp . '-panel-style', TIMELINE_WP_ASSETS . 'css/panel-style.css');
wp_enqueue_script( timeline_wp . '-media-uploads',TIMELINE_WP_ASSETS . 'js/media-upload-script.js',array('media-upload','thickbox','jquery'));

//new style
// wp_enqueue_style('twp_team_pro_sidebarpanel-css', TIMELINE_WP_ASSETS . 'css/sidebarpanel.css');
// wp_enqueue_style('twp_team_pro_panelstyle-css', TIMELINE_WP_ASSETS . 'css/style.css');
//font awesome css

// wp_enqueue_style('twp_team_pro_codemirror-css', TIMELINE_WP_ASSETS . 'codex/codemirror.css');			
// wp_enqueue_style('twp_team_pro_ambiance', TIMELINE_WP_ASSETS . 'codex/ambiance.css');
// wp_enqueue_style( timeline_wp . '-jquery-ui2', TIMELINE_WP_ASSETS . 'css/jquery-ui.css');
// wp_enqueue_style('twp_team-font-awesome', TIMELINE_WP_ASSETS . 'css/font-awesome/css/font-awesome.css');

// wp_enqueue_style( timeline_wp . '-bootstrap', TIMELINE_WP_ASSETS . 'css/bootstrap.css');

// settings

// wp_enqueue_script('twp_team_pro_codemirror-js',TIMELINE_WP_ASSETS . 'codex/codemirror.js',array('jquery'));	
// wp_enqueue_script( 'twp_team_pro_bootstrap-js-front', TIMELINE_WP_ASSETS . 'js/bootstrap.js', array(), '', true );		
// wp_enqueue_script('twp_team_pro_css-js',TIMELINE_WP_ASSETS . 'codex/css.js',array('jquery'));
// wp_enqueue_style('twp_team_pro_settings-css', TIMELINE_WP_ASSETS . 'css/settings.css');

//new custom js
wp_enqueue_script( timeline_wp . '-admin_custom_js', TIMELINE_WP_ASSETS . 'js/custom.js',array('jquery'));