mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-03 09:31:24 +01:00
Last commit didn't work
This commit is contained in:
parent
5a4701066e
commit
c792c56cb3
12
about.php
12
about.php
@ -15,17 +15,7 @@
|
|||||||
include("header.inc.php");
|
include("header.inc.php");
|
||||||
|
|
||||||
if ($app) {
|
if ($app) {
|
||||||
$sep = $phpgw->common->filesystem_separator();
|
$included = $phpgw->common->hook_single("about",$app);
|
||||||
$include = $phpgw_info["server"]["server_root"] . $sep . $app . $sep . "inc" . $sep . "about.inc.php";
|
|
||||||
if (is_file($include)) {
|
|
||||||
include($include);
|
|
||||||
$included = True;
|
|
||||||
/* if (is_file($phpgw_info["server"]["server_root"] . $sep . "inc" . $sep . "version.inc.php")) {
|
|
||||||
include($phpgw_info["server"]["server_root"] . "/inc/version.inc.php");
|
|
||||||
} */
|
|
||||||
} else {
|
|
||||||
$included = False;
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
$api_only = True;
|
$api_only = True;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<table border="0" width="100%">
|
<table border="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
<a href="http://www.phpgroupware.org"><img src="{webserver_url}/phpGroupWare.jpg" border="0"></a>
|
<a href="http://www.phpgroupware.org" target="_new"><img src="{webserver_url}/phpGroupWare.jpg" border="0"></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user