Repellent
5 years ago
5 changed files with 32 additions and 25 deletions
@ -0,0 +1,20 @@
|
||||
<?php |
||||
if (! defined('BASE_DIR')) |
||||
exit; |
||||
|
||||
$module = array( |
||||
'ModuleSysName' => 'import', |
||||
'ModuleVersion' => '2.26.0', |
||||
'ModuleAutor' => 'AVE.cms Team', |
||||
'ModuleCopyright' => '© 2007-' . date('Y') . ' AVE.cms', |
||||
'ModuleStatus' => 1, |
||||
'ModuleIsFunction' => 1, |
||||
'ModuleTemplate' => 0, |
||||
'ModuleAdminEdit' => 1, |
||||
'ModuleFunction' => 'import', |
||||
'ModuleTag' => null, |
||||
'ModuleTagLink' => null, |
||||
'ModuleAveTag' => null, |
||||
'ModulePHPTag' => null |
||||
); |
||||
?> |
Loading…
Reference in new issue