diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-08 23:13:15 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:47:36 +0200 |
commit | 3f01ddce9dff69a49493541882de85854cbcebe5 (patch) | |
tree | 13c23f0a6893970ca71fbbfe763c3c696c8a0a4b /application/views/file/upload_history.php | |
parent | b18f4e453ecdf3404a107f9fc72d7bd9249401d0 (diff) |
start working on users
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/upload_history.php')
-rw-r--r-- | application/views/file/upload_history.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php index b90d59be8..1dcaa8053 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -1,10 +1,3 @@ -<?php echo form_open('file/upload_history'); ?> - <p> - Password: <input type="password" name="password" size="10" /> - <input type="submit" value="Display" /> - </p> -</form> - <table class="results"> <tr> <th></th> |