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:
2020-10-26 20:59:48 +01:00
parent 635e9f009c
commit a7790b289a
5 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<?php
require_once './src/handlers/Settings.php';
require_once __DIR__ . '/src/handlers/Settings.php';
$sett = new Settings();
$sett->handleAction();