1
0
Fork 0
mirror of https://github.com/xevidos/codiad.git synced 2025-03-14 12:34:41 +01:00
codiad/components/fileext_textmode/controller.php

15 lines
397 B
PHP
Executable file

<?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();