files.php 179B

123456789101112131415161718192021
  1. <?php
  2. function files()
  3. {
  4. return html('files.html.php');
  5. }
  6. function add_file()
  7. {
  8. // TODO
  9. }
  10. function alter_file()
  11. {
  12. // TODO
  13. }
  14. function delete_file()
  15. {
  16. // TODO
  17. }