Download this file
18 lines (16 with data), 526 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | <?php
include_once ("utils/constants.inc.php");
if (file_exists($configurationfile)) include_once ("conf/config.inc.php");
include_once('utils/compatibility.inc.php');
setCompatibility(0);
if (!isset($enterprise_edition)) $enterprise_edition=false;
if ($enterprise_edition==true) {
echo "
<center>
<a href=\"index.php\"><img src=\"$enterprise_logo\" alt=\"logo\" border='0' /></a>
</center>
";
} else {
echo "<a href=\"index.php\"><img src=\"pictures/deltasql.png\" alt=\"logo\" border='0' /></a>";
}
?>
|
×
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.