mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
GLOBALS
This commit is contained in:
parent
76f27696c1
commit
d2cc52c47d
@ -112,11 +112,14 @@
|
||||
|
||||
$phpgw_setup->show_header(lang("Developers' Table Schema Toy"),False,'config',$ConfigDomain);
|
||||
|
||||
if ($submit)
|
||||
if ($HTTP_POST_VARS['submit'])
|
||||
{
|
||||
$setup_tpl->set_var('description',lang('App process') . ':');
|
||||
$setup_tpl->pparse('out','header');
|
||||
|
||||
$appname = $HTTP_POST_VARS['appname'];
|
||||
$install = $HTTP_POST_VARS['install'];
|
||||
|
||||
while (list($appname,$key) = @each($install))
|
||||
{
|
||||
$terror = array();
|
||||
|
Loading…
Reference in New Issue
Block a user