new system prototype
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
header('Content-Type: application/json');
|
||||
|
||||
$dbPath = '/var/www/html/uploads/questionnaire_database';
|
||||
$dbPath = __DIR__ . '/uploads/questionnaire_database';
|
||||
|
||||
if (file_exists($dbPath)) {
|
||||
echo json_encode(["exists" => true]);
|
||||
|
||||
Reference in New Issue
Block a user