mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-22 17:06:50 +01:00
restructure code and redesign the dialog
This commit is contained in:
10
components/fileExtTextMode/controller.php
Normal file
10
components/fileExtTextMode/controller.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
require_once 'class.fileExtensionTextMode.php';
|
||||
|
||||
$fileExTM = new CFileExtensionTextMode();
|
||||
|
||||
|
||||
echo $fileExTM->processForms();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user