This website works better with JavaScript.
Home
Help
Sign In
Teknikode
/
TeknikOld
Watch
3
Star
4
Fork
0
Code
Issues
1
Pull Requests
0
Releases
3
Wiki
Activity
Teknik is a suite of services with attractive and functional interfaces.
https://www.teknik.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
353
Commits
2
Branches
Tree:
8c9484f13f
development
master
v1.3
v1.2
v1.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8c9484f13f'
${ noResults }
TeknikOld
/
includes
/
upload.php
upload.php
83B
Raw
Blame
History
1
2
3
4
5
<?php
include('config.php');
echo json_encode(upload($_FILES, $CONF, $db));
?>