<?php $files = [ 'custom/Extension/application/Ext/Include/GlobalNotifications.php', 'custom/Extension/application/Ext/JSGroupings/GlobalNotifications.php', 'custom/Extension/application/Ext/Language/en_us.GlobalNotifications.php', 'custom/clients/base/views/notifications/notifications.js', 'custom/include/javascript/sugar7/global-notifications.js', 'custom/modules/Notifications/clients/base/api/CustomNotificationsFilterApi.php', 'modules/soc_GlobalNotifications/clients/base/filters/basic/basic.php', 'modules/soc_GlobalNotifications/clients/base/filters/default/default.php', 'modules/soc_GlobalNotifications/clients/base/views/list/list.php', 'modules/soc_GlobalNotifications/clients/base/views/record/record.php', 'modules/soc_GlobalNotifications/language/en_us.lang.php', 'modules/soc_GlobalNotifications/soc_GlobalNotification.php', 'modules/soc_GlobalNotifications/soc_GlobalNotification_sugar.php', 'modules/soc_GlobalNotifications/vardefs.php', ]; $copy = []; foreach ($files as $file) { $copy[] = array ( 'from' => '<basepath>/files/' . $file, 'to' => $file, ); } var_export($copy);
You have javascript disabled. You will not be able to edit any code.