forked from extern/egroupware
converted from phpgw_flags to phpgw_info[flags]
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
$phpgw_info["server"]["include_root"] = "/path/to/phpgroupware/inc";
|
||||
/* This is the basic include needed on each page for phpGroupWare application compliance */
|
||||
$phpgw_flags["htmlcompliant"] = True;
|
||||
$phpgw_info["flags"]["htmlcompliant"] = True;
|
||||
|
||||
/**************************************************************************\
|
||||
* Do not edit this line *
|
||||
|
Reference in New Issue
Block a user