mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-04 02:14:06 +02:00
upload framework
This commit is contained in:
parent
754b1ce108
commit
a1a9504f11
30 changed files with 1578 additions and 155 deletions
3
src/public/index.php
Normal file
3
src/public/index.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
require '../app.php';
|
||||
3
src/public/upload.php
Normal file
3
src/public/upload.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
require __DIR__ . '/../upload.php';
|
||||
Loading…
Add table
Add a link
Reference in a new issue