mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Initial revision
This commit is contained in:
parent
f70a82232f
commit
c12e24785f
10
filemanager/setup/setup.inc.php
Executable file
10
filemanager/setup/setup.inc.php
Executable file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$setup_info['phpwebhosting']['name'] = 'phpwebhosting';
|
||||
$setup_info['phpwebhosting']['title'] = 'PHPWebHosting';
|
||||
$setup_info['phpwebhosting']['version'] = '0.9.13.001';
|
||||
$setup_info['phpwebhosting']['app_order'] = 10;
|
||||
|
||||
$hooks = Array();
|
||||
$hooks_string = implode (',', $hooks);
|
||||
$setup_info['phpwebhosting']['hooks'] = $hooks_string;
|
||||
?>
|
Loading…
Reference in New Issue
Block a user