Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 committed Sep 9, 2024
1 parent df1b6ce commit 685b1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 278 deletions.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
try {
//no config, install Jeedom!
if (!file_exists(__DIR__ . '/core/config/common.config.php')) {
header("location: install/setup.php");
echo 'Jeedom not configure, no common.config.php found';
die();
}

require_once __DIR__ . "/core/php/core.inc.php";
Expand Down
277 changes: 0 additions & 277 deletions install/setup.php

This file was deleted.

0 comments on commit 685b1e3

Please sign in to comment.