diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/templates/admin.php | 7 | ||||
-rw-r--r-- | files/templates/index.php | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/files/templates/admin.php b/files/templates/admin.php index 811b48af027..65a540ac914 100644 --- a/files/templates/admin.php +++ b/files/templates/admin.php @@ -1,10 +1,3 @@ -<?php -/* - * Template for files admin page - */ -?> -<h1>Admin</h1> - <form> <input type="checkbox" /> Allow public folders<br> diff --git a/files/templates/index.php b/files/templates/index.php index 94d3769c9ac..49742a98136 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -1,10 +1,3 @@ -<?php -/* - * Template for files - */ -?> -<h1>Files</h1> - <div class="controls"> <p class="actions"> <a href="" title="" class="upload" id="file_upload_button">Upload</a><a |