Menu

[r15]: / themes / phpkaox / footer.php  Maximize  Restore  History

Download this file

21 lines (18 with data), 552 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
#Application name: PhpCollab
#Status page: 0
echo "<p id='footer'>PhpCollab v$version";
if ($notLogged != "true" && $blank != "true") {
echo " - Connected users: $connectedUsers";
}
if ($footerDev == "true") {
$parse_end = getmicrotime();
$parse = $parse_end - $parse_start;
$parse = round($parse,3);
echo " - $parse secondes - databaseType $databaseType - select requests $comptRequest";
echo " - <a href='http://validator.w3.org/check/referer' target='w3c'>w3c</a> (in progress)&nbsp;&nbsp;&nbsp;";
}
echo "</p>\n\n
</body>
</html>";
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.