Welcome\n"; $html .= "\t\t\t\t

Before curload can be used, a primary administrator must be created.

\n"; $html .= "\t\t\t\t

Please note that the primary administrator key cannot trivially be changed later.

\n"; $html .= "\t\t\t\t
\n"; $html .= "\t\t\t\t\t\n"; $html .= "\t\t\t\t\t\n"; $html .= "\t\t\t\t\t\n"; $html .= "\t\t\t\t\t\n"; $html .= "\t\t\t\t
\n"; // handle errors if ($Error == "data") { $html .= "\t\t\t\t

Invalid key.

\n"; } else if ($Error == "type") { $html .= "\t\t\t\t

Invalid type.

\n"; } else if ($Error == "denied") { $html .= "\t\t\t\t

You don't have permission to create a key of this type.

\n"; } else if ($Error == "exists") { $html .= "\t\t\t\t

This key already exists.

\n"; } else if ($Error == "uploads") { $html .= "\t\t\t\t

Invalid amount of uploads.

\n"; } $html = printFooter($html); print "$html"; ?>