new folder structure for php scripts
renamed api nodes php braces on same line
This commit is contained in:
5
api/settings.php
Normal file
5
api/settings.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require_once './src/handlers/Settings.php';
|
||||
|
||||
$sett = new Settings();
|
||||
$sett->handleAction();
|
Reference in New Issue
Block a user