mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-11 05:36:34 +01:00
16 lines
397 B
PHP
16 lines
397 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* (c) Codiad & ccvca (https://github.com/ccvca)
|
||
|
* @author ccvca (https://github.com/ccvca)
|
||
|
* This Code is released under the same licence as Codiad (https://github.com/Codiad/Codiad)
|
||
|
* See [root]/license.txt for more. This information must remain intact.
|
||
|
*/
|
||
|
|
||
|
require_once 'class.fileextension_textmode.php';
|
||
|
|
||
|
$fileExTM = new fileextension_textmode();
|
||
|
|
||
|
|
||
|
echo $fileExTM->processForms();
|