These are the build in system manage and read/write functions. Wrong settings or operations may lead to system errors and data damage.
Please make sure you know what you are doing before modifying any of the settings or using the functions listed below.
| %MODULENAME% | %DESCRIPTION% | Control Panel | '; foreach ($dirs as $dir){ $modulename = basename($dir); $box = str_replace("%MODULENAME%",$modulename,$template); $box = str_replace("%DESCRIPTION%","Function Group: %PATH%",$box); $box = str_replace("%PATH%",$dir,$box); echo $box; } $fdirs = array_filter(glob('functions/*.php'),"is_file"); $template2 = '
| %MODULENAME% | Stand Alone Function: %PATH% | LaunchView Raw |
| README | Read more on how to use system functions in your modules. | Read Doc |