This website requires JavaScript.
Explore
Help
Register
Sign In
asifagaria
/
OpenMediaCenter
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
OpenMediaCenter
/
api
/
settings.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
98 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
new folder structure for php scripts
2020-08-12 17:50:25 +00:00
<?
php
require_once
'./src/handlers/Settings.php'
;
$sett
=
new
Settings
();
$sett
->
handleAction
();
Reference in New Issue
Copy Permalink