Skip to content
Snippets Groups Projects
Commit 52585b01 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed bad link

parent acd0bc2e
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ function compare($x, $y)
/**
* Compare revisions
*
*
* @param array $x Parts of version 1
* @param array $y Parts of version 2
* @return int 1 if 1<2, 0 if 1=2, -1 if 1>2
......@@ -104,7 +104,7 @@ function revcompare($x, $y)
/**
* Output table
*
*
* @param array $list Array of records
* @return void
*/
......@@ -179,7 +179,7 @@ function create_script_table($list)
/**
* Output table
*
*
* @param array $list Array of records
* @return void
*/
......@@ -346,11 +346,9 @@ if (function_exists('eaccelerator_get'))
}
print "<br><br>";
print "<hr />";
print '<table><tr><td class="center">';
print '<strong>Eaccelerator is created by the eAccelerator team, <a href="http://eaccelerator.net">http://eaccelerator.net</a></strong><br><br>';
print "</td></tr></table>";
llxFooter();
$db->close();
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment