initial commit of file from CVS for smeserver-webshare on Sat Sep 7 21:15:27 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:15:27 +10:00
parent 609e015cb7
commit e4661a6aa1
90 changed files with 5344 additions and 2 deletions

View 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 />";
?>