mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-22 08:56:50 +01:00
10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
require_once 'class.fileExtensionTextMode.php';
|
|
|
|
$fileExTM = new CFileExtensionTextMode();
|
|
|
|
|
|
echo $fileExTM->processForms();
|
|
|
|
?>
|