initial commit of file from CVS for smeserver-webshare on Sat Sep 7 21:15:27 AEST 2024
This commit is contained in:
18
root/opt/webshare-tools/phpfm/incl/html.header.inc.php.dist
Normal file
18
root/opt/webshare-tools/phpfm/incl/html.header.inc.php.dist
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">";
|
||||
|
||||
print "<html>";
|
||||
print "<head>";
|
||||
print "<title>PHPFM ".VERSION." - a file manager written in PHP</title>";
|
||||
print "<link rel='stylesheet' href='incl/phpfm.css' type='text/css'>";
|
||||
print "</head>";
|
||||
print "<body link='#0000FF' alink='#0000FF' vlink='#0000FF' bgcolor='#FFFFFF'>";
|
||||
print "<center>";
|
||||
print "<table class='top' cellpadding=0 cellspacing=0>";
|
||||
print "<tr>";
|
||||
print "<td align='center'><font class='headline'>PHPFM ".VERSION."</font></td>";
|
||||
print "</tr>";
|
||||
print "</table><br />";
|
||||
|
||||
?>
|
Reference in New Issue
Block a user