forked from extern/egroupware
Update for new version file checking
This commit is contained in:
parent
bfafacff77
commit
7225e341d1
@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||||
include("./inc/functions.inc.php");
|
include("./inc/functions.inc.php");
|
||||||
include("../version.inc.php");
|
include(PHPGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php');
|
||||||
|
$phpgw_info['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
|
||||||
|
unset($setup_info);
|
||||||
|
|
||||||
function check_form_values()
|
function check_form_values()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user