use correct magic var in php entry scripts to hold script folder structure independent of call folder
fix php socket location in postinst script
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once './src/handlers/Settings.php';
|
||||
require_once __DIR__ . '/src/handlers/Settings.php';
|
||||
|
||||
$sett = new Settings();
|
||||
$sett->handleAction();
|
||||
|
Reference in New Issue
Block a user