mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
15 lines
858 B
PHP
15 lines
858 B
PHP
<?php
|
|
|
|
@unlink('Smarty/templates/themes/next/EmailNotification.tpl');
|
|
@unlink('Smarty/templates/themes/next/InventoryNotify.tpl');
|
|
@unlink('Smarty/templates/themes/next/CreateWordTemplate.tpl');
|
|
@unlink('Smarty/templates/themes/next/BackupServerContents.tpl');
|
|
@unlink('Smarty/templates/themes/next/PDFFieldAccess.tpl');
|
|
@unlink('Smarty/templates/themes/next/ProxyServer.tpl');
|
|
@unlink('Smarty/templates/themes/next/Settings/PickList.tpl');
|
|
@unlink('Smarty/templates/themes/next/WorkflowEditView.tpl');
|
|
@unlink('Smarty/templates/themes/next/WorkflowListViewContents.tpl');
|
|
FSUtils::deleteFolder('Smarty/templates/themes/next/modules/PickList');
|
|
FSUtils::deleteFolder('Smarty/templates/themes/next/modules/Picklistmulti');
|
|
FSUtils::deleteFolder('Smarty/templates/themes/next/modules/Transitions');
|
|
@unlink('Smarty/templates/themes/next/ListLoginHistory.tpl'); |